Skip to content

Commit

Permalink
Fix travis Go condition as per https://github.com/travis-ci/docs-trav…
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Dec 16, 2018
1 parent 11e7bd8 commit 102ac98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ deploy:
on:
tags: true
repo: alecthomas/gometalinter
condition: $TRAVIS_GO_VERSION =~ ^1\.11(\.[0-9]+)?$

condition: $TRAVIS_GO_VERSION =~ ^1\.11

0 comments on commit 102ac98

Please sign in to comment.