From ec4326c6fc22ccc2afab8bb28d836813a3e02123 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 17 Oct 2018 10:46:42 +0200 Subject: [PATCH] .travis.yml: break lines in windows settings --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c95f014b9..f65a30680 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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