Skip to content

Commit

Permalink
Fix travis condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Sep 21, 2020
1 parent 76d0021 commit 78f7af5
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 @@ -10,7 +10,7 @@ deploy:
on:
branch: master
tags: true
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.10'"
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.15'"
skip_cleanup: true
script: sudo apt-get update && sudo apt-get install rpm && curl -sL http://git.io/goreleaser | bash
env:
Expand Down

0 comments on commit 78f7af5

Please sign in to comment.