Changed macOS targets in Travis configuration

Added new Xcode 8.0 target and updated existing one to Xcode 9.3
This commit is contained in:
alexey.lysiuk 2018-04-18 16:07:42 +03:00
parent a4a4abe896
commit 340f5818c7

View file

@ -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"