Explorar o código

[ci skip] use make -j2, -j3 is unstable on travis

paulsapps %!s(int64=11) %!d(string=hai) anos
pai
achega
ecf3770f33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -66,7 +66,7 @@ script:
 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then cmake -Wno-dev -G"Unix Makefiles" .. -DBOOST_ROOT=${PWD}/../boost/1.55.0_1 -DCMAKE_BUILD_TYPE=Release; fi
 
 # Do the compile
-- if [[ "${COVERITY_SCAN_BRANCH}" != 1 ]]; then make -j3; fi
+- if [[ "${COVERITY_SCAN_BRANCH}" != 1 ]]; then make -j2; fi
 
 # Fix dylib paths on OSX to be relative to the main binary
 - if [[ "${COVERITY_SCAN_BRANCH}" != 1 && "$TRAVIS_OS_NAME" == "osx" ]]; then ../CIBuild/osx/fix_lib_paths.sh ./bin_release; fi