Skip to content

Commit

Permalink
Fixed invalid deploy condition in Travis CI configuration for Golang …
Browse files Browse the repository at this point in the history
…v1.10.x
  • Loading branch information
ppmathis committed Feb 24, 2018
1 parent b9b2273 commit 5298a4f
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 @@ -20,4 +20,4 @@ deploy:
script: make release
on:
tags: true
go: 1.10.x
condition: $TRAVIS_GO_VERSION =~ ^1\.10(\.[0-9]+)?$

0 comments on commit 5298a4f

Please sign in to comment.