1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker 6e94482a23
git status if fail
closes #108
2017-01-30 23:46:51 -02:00

10 lines
171 B
YAML

language: go
go: 1.7.4
install: make setup
script:
- make ci
after_success:
- test -n "$TRAVIS_TAG" && gem install fpm && go run main.go
notifications:
email: false