1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-01-30 14:44:39 -02:00
parent 7c75b1f4c4
commit e1b2d240ac
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -4,6 +4,9 @@ install: make setup
script:
- make ci
after_success:
- test -n "$TRAVIS_TAG" && gem install fpm && go run main.go
- test -n "$TRAVIS_TAG" && gem install fpm
- git status -sb
- test -n "$TRAVIS_TAG" && go run main.go
- git status -sb
notifications:
email: false