1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker 8a848a98e2
removed debug line
2017-01-02 14:33:26 -02:00

9 lines
148 B
YAML

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