1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00
goreleaser/.travis.yml

9 lines
148 B
YAML
Raw Normal View History

2016-12-28 23:30:14 -02:00
language: go
go: 1.7.4
2017-01-02 13:59:56 -02:00
install: make setup
2017-01-02 14:19:03 -02:00
script:
- make ci
after_success: test -n "$TRAVIS_TAG" && go run main.go
2016-12-28 23:30:14 -02:00
notifications:
2017-01-02 10:45:05 -02:00
email: false