Skip to content

Commit e7e59b4

Browse files
committed
- [!] fix .travis.yml, The deploy configuration should be a hash
1 parent 2e2056a commit e7e59b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ env:
44
global:
55
- TRAVIS_TAG=v0.2.0
66

7-
before_deploy:
7+
install:
88
- gem install fpm
99

10-
# script:
11-
# - go get -t -v ./...
12-
# - go build -v
13-
# - go test -t -v ./...
10+
script:
11+
- go get -t -v ./...
12+
- go build -v
13+
- go test -t -v ./...
1414

15-
deploy:
15+
after_success:
1616
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
1717

0 commit comments

Comments
 (0)