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

9 lines
148 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
after_success: test -n "$TRAVIS_TAG" && go run main.go
2016-12-29 03:30:14 +02:00
notifications:
2017-01-02 14:45:05 +02:00
email: false