Skip to content

Commit f6727f8

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 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,6 +13,5 @@ script:
1313
- go test -v ./...
1414

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

0 commit comments

Comments
 (0)