Skip to content

Commit

Permalink
Updating travis deploy condition
Browse files Browse the repository at this point in the history
TRAVIS_GO_VERSION is now coming in as just the version number and is no longer prefixed with `go`
  • Loading branch information
zabawaba99 committed Oct 26, 2015
1 parent c7589d9 commit aeeaedb
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 @@ -95,4 +95,4 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: "$TRAVIS_GO_VERSION == go1.5*"
condition: "$TRAVIS_GO_VERSION == *1.5*"

0 comments on commit aeeaedb

Please sign in to comment.