1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker e18d07e777
travis install fpm
2017-01-30 07:55:20 -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