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 f745b86 commit f6727f8Copy full SHA for f6727f8
.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,6 +13,5 @@ script:
13
- go test -v ./...
14
15
after_success:
16
-# - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -x
17
- - curl -sL https://git.io/goreleaser | bash -x
+ - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -x
18
0 commit comments