1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker 814f89cd55
go 1.8.1
2017-05-01 11:00:16 -03:00

14 lines
297 B
YAML

language: go
go: 1.8.1
install:
- make setup
- gem install fpm
script:
- make test
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
after_success:
- bash <(curl -s https://codecov.io/bash)
- test -n "$TRAVIS_TAG" && go run main.go
notifications:
email: false