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

* this might fix a timeout
This commit is contained in:
Adrien Delorme 2018-10-17 10:48:01 +02:00
parent ec4326c6fc
commit 16f1b7e88c
1 changed files with 3 additions and 2 deletions

View File

@ -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: