.travis.yml: remove GOMAXPROCS setting

This commit is contained in:
Adrien Delorme 2018-10-17 11:21:46 +02:00
parent 0237956e66
commit 4d466a0ba7
1 changed files with 1 additions and 2 deletions

View File

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