- set macOS deployment target to 10.9 in Travis CI config

This commit is contained in:
alexey.lysiuk 2018-07-15 12:28:11 +03:00
parent ccf056a888
commit 181c923001
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ matrix:
- os: osx
osx_image: xcode8
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7"
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9"
- os: osx
osx_image: xcode9.3
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7"
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9"
- os: linux
compiler: gcc