df -h
This commit is contained in:
parent
f79582cc3f
commit
4edace1e24
|
@ -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
|
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install -y make mingw; export PATH=/c/tools/mingw64/bin:"$PATH"; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- df -h
|
||||||
- GOMAXPROCS=2 make ci
|
- GOMAXPROCS=2 make ci
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue