diff --git a/.travis/build-macos.sh b/.travis/build-macos.sh index 29109730..58372973 100755 --- a/.travis/build-macos.sh +++ b/.travis/build-macos.sh @@ -5,4 +5,4 @@ if echo $TRAVIS_TAG | grep ^release-; then BUILD_TYPE=RelWithDebInfo; else BUILD mkdir build cd build cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE=$BUILD_TYPE .. -make +make VERBOSE=1