.travis.yml: don't limit to 2 CPUs

* this might fix a timeout
pull/6858/head
Adrien Delorme 8 years ago
parent ec4326c6fc
commit 16f1b7e88c

@ -1,5 +1,5 @@
env:
- USER=travis
- USER=travis GOMAXPROCS=2
os:
- windows
@ -19,11 +19,12 @@ before_install:
if [[ "$TRAVIS_OS_NAME" == "windows" ]];
then choco install -y make mingw;
export PATH=/c/tools/mingw64/bin:"$PATH";
export GOMAXPROCS="";
fi
script:
- df -h
- GOMAXPROCS=2 make ci
- make ci
branches:
only:

Loading…
Cancel
Save