1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/.travis.yml

10 lines
171 B
YAML
Raw Normal View History

2016-12-29 03:30:14 +02:00
language: go
go: 1.7.4
2017-01-02 17:59:56 +02:00
install: make setup
2017-01-02 18:19:03 +02:00
script:
- make ci
2017-01-21 23:21:42 +02:00
after_success:
2017-01-31 03:46:28 +02:00
- test -n "$TRAVIS_TAG" && gem install fpm && go run main.go
2016-12-29 03:30:14 +02:00
notifications:
2017-01-02 14:45:05 +02:00
email: false