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:57:36 +02:00
install: make install
script: make ci
2016-12-29 03:30:14 +02:00
after_success:
2017-01-02 17:57:36 +02:00
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