TravisCI: Just build x86-64 on OSX.

This commit is contained in:
Бранимир Караџић
2020-12-30 20:24:27 -08:00
parent 6072d4eda0
commit 3bc0362ed2

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-debug64; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make osx-debug64-x86; fi
branches:
only: