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 d4f420c commit f745b86Copy full SHA for f745b86
.travis.yml
@@ -2,7 +2,7 @@ language: go
2
3
env:
4
global:
5
-# - TRAVIS_TAG=v0.2.0
+ - TRAVIS_TAG=v0.2.0
6
7
install:
8
- gem install fpm
@@ -13,5 +13,6 @@ script:
13
- go test -v ./...
14
15
after_success:
16
- - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -x
+# - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -x
17
+ - curl -sL https://git.io/goreleaser | bash -x
18
0 commit comments