Skip to content

Commit 78f7af5

Browse files
committed
Fix travis condition
1 parent 76d0021 commit 78f7af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deploy:
1010
on:
1111
branch: master
1212
tags: true
13-
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.10'"
13+
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.15'"
1414
skip_cleanup: true
1515
script: sudo apt-get update && sudo apt-get install rpm && curl -sL http://git.io/goreleaser | bash
1616
env:

0 commit comments

Comments
 (0)