travisci: Build OSX debug only to avoid timeout.
This commit is contained in:
parent
3202330daa
commit
e1c2834fc0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user