1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/.travis.yml
Nick Galbreath b41d569471 Update .travis.yml to use golang 1.8.3
Update .travis.yml to use golang 1.8.3
2017-05-29 09:57:45 -07:00

14 lines
297 B
YAML

language: go
go: 1.8.3
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