Explorar o código

travisci: Limit OSX build only to debug build to prevent CI timeout.

Бранимир Караџић %!s(int64=6) %!d(string=hai) anos
pai
achega
31caa79abe
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.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 build; fi
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then make osx-debug64; fi
 
 
 branches:
 branches:
   only:
   only:
@@ -33,4 +33,4 @@ branches:
 notifications:
 notifications:
   email: false
   email: false
 
 
-osx_image: xcode9.3
+osx_image: xcode10.3