Skip to content

Commit f745b86

Browse files
committed
- [!] fix .travis.yml
1 parent d4f420c commit f745b86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22

33
env:
44
global:
5-
# - TRAVIS_TAG=v0.2.0
5+
- TRAVIS_TAG=v0.2.0
66

77
install:
88
- gem install fpm
@@ -13,5 +13,6 @@ script:
1313
- go test -v ./...
1414

1515
after_success:
16-
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -x
16+
# - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -x
17+
- curl -sL https://git.io/goreleaser | bash -x
1718

0 commit comments

Comments
 (0)