Skip to content

Commit 2e2056a

Browse files
committed
- [!] fix .travis.yml
1 parent af9666e commit 2e2056a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
language: go
22

3-
install:
3+
env:
4+
global:
5+
- TRAVIS_TAG=v0.2.0
6+
7+
before_deploy:
48
- gem install fpm
59

6-
after_success:
10+
# script:
11+
# - go get -t -v ./...
12+
# - go build -v
13+
# - go test -t -v ./...
14+
15+
deploy:
716
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
817

0 commit comments

Comments
 (0)