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-21 19:21:42 -02:00
parent 197ff0e3ca
commit 7c14ec635a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -3,6 +3,8 @@ go: 1.7.4
install: make setup
script:
- make ci
after_success: test -n "$TRAVIS_TAG" && go run main.go
after_success:
- git status
- test -n "$TRAVIS_TAG" && go run main.go
notifications:
email: false