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 7715241 commit d775f2bCopy full SHA for d775f2b
.travis.yml
@@ -22,6 +22,7 @@ before_install:
22
- golangci-lint --version
23
24
install:
25
+ - echo "TRAVIS_GO_VERSION=$TRAVIS_GO_VERSION"
26
- dep status -v
27
28
deploy:
@@ -30,7 +31,7 @@ deploy:
30
31
script: curl -sL https://git.io/goreleaser | bash
32
on:
33
tags: true
- condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$
34
+ condition: $TRAVIS_GO_VERSION =~ ^1\.x$
35
36
- provider: releases
37
api_key: ${GITHUB_TOKEN}
@@ -40,4 +41,4 @@ deploy:
40
41
file_glob: true
42
43
44
0 commit comments