.travis.yml: break lines in windows settings

pull/6858/head
Adrien Delorme 8 years ago
parent 1ca21499c6
commit ec4326c6fc

@ -15,7 +15,11 @@ go:
- master
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:
- df -h

Loading…
Cancel
Save