We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d0021 commit 78f7af5Copy full SHA for 78f7af5
.travis.yml
@@ -10,7 +10,7 @@ deploy:
10
on:
11
branch: master
12
tags: true
13
- condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.10'"
+ condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.15'"
14
skip_cleanup: true
15
script: sudo apt-get update && sudo apt-get install rpm && curl -sL http://git.io/goreleaser | bash
16
env:
0 commit comments