1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker 0bc1c75d6f
makefile
2017-01-02 13:57:36 -02:00

9 lines
148 B
YAML

language: go
go: 1.7.4
install: make install
script: make ci
after_success:
test -n "$TRAVIS_TAG" && go run main.go
notifications:
email: false