This commit is contained in:
Adrien Delorme 2018-10-16 18:23:11 +02:00
parent f79582cc3f
commit 4edace1e24
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install -y make mingw; export PATH=/c/tools/mingw64/bin:"$PATH"; fi
script:
- df -h
- GOMAXPROCS=2 make ci
branches: