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 7c14ec635a
debug
2017-01-21 19:21:42 -02:00

11 lines
167 B
YAML

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