Browse Source

TravisCI: Just build x86-64 on OSX.

Бранимир Караџић 5 years ago
parent
commit
3bc0362ed2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -24,7 +24,7 @@ before_script:
 
 
 script:
 script:
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-8" CC="gcc-8"; fi
   - 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:
 branches:
   only:
   only: