Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
Fix travis pattern match!
Browse files Browse the repository at this point in the history
Fixes #523.
  • Loading branch information
alecthomas committed Sep 5, 2018
1 parent ed61a28 commit bb55412
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 @@ -23,5 +23,5 @@ deploy:
on:
tags: true
repo: alecthomas/gometalinter
condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$
condition: $TRAVIS_GO_VERSION =~ ^1\.11(\.[0-9]+)?$

0 comments on commit bb55412

Please sign in to comment.