travisci: Build OSX debug only to avoid timeout.

This commit is contained in:
Бранимир Караџић 2021-01-05 10:56:02 -08:00
parent 3202330daa
commit e1c2834fc0

View File

@ -24,7 +24,7 @@ before_script:
script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-8" CC="gcc-8"; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make osx-x64; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make osx-x64-debug; fi
branches:
only: