Skip to content

Commit

Permalink
Added single quotes around Travis deployment condition.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xenoscopic committed Mar 1, 2017
1 parent d05a51e commit a5dd99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a5dd99b

Please sign in to comment.