From 340f5818c7097bd374a223479136ab5a156a60a1 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Wed, 18 Apr 2018 16:07:42 +0300 Subject: [PATCH] Changed macOS targets in Travis configuration Added new Xcode 8.0 target and updated existing one to Xcode 9.3 --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b195f64b6..6bd0ce1e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,12 @@ git: matrix: include: - os: osx - osx_image: xcode9.2 + osx_image: xcode8 + env: + - CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7" + + - os: osx + osx_image: xcode9.3 env: - CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7"