From a5dd99b4482f68fe6ff6114ee2cea9782dd38ca8 Mon Sep 17 00:00:00 2001 From: Jacob Howard Date: Wed, 1 Mar 2017 13:39:40 +0200 Subject: [PATCH] Added single quotes around Travis deployment condition. Apparently YAML didn't like the use of quotation marks in a map value (though it seems to be okay with them in list values above?). Anyway, the linter doesn't complain now, so hopefully Travis won't either. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2479b61..2dd1709b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ deploy: - build/mutagen_windows_amd64.zip on: repo: havoc-io/mutagen - condition: "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_GO_VERSION" =~ ^1\.8(\.[0-9]+)?$ + condition: '"$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_GO_VERSION" =~ ^1\.8(\.[0-9]+)?$' tags: true # Send notifications.