1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-13 13:48:40 +02:00

travis install fpm

This commit is contained in:
Carlos Alexandro Becker 2017-01-30 07:55:20 -02:00
parent d13da655fd
commit e18d07e777
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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