Updated Travis CI configuration to use Xcode 9

This commit is contained in:
alexey.lysiuk 2017-09-30 12:30:48 +03:00
parent 991dd941af
commit 970e6e21a2

View file

@ -11,7 +11,7 @@ git:
matrix:
include:
- os: osx
osx_image: xcode8.3
osx_image: xcode9
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7"