1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/.travis.yml

14 lines
329 B
YAML
Raw Normal View History

2016-12-29 03:30:14 +02:00
language: go
2017-02-23 19:24:30 +02:00
go: 1.8
2017-04-15 20:41:41 +02:00
install:
- make setup
- gem install fpm
2017-01-02 18:19:03 +02:00
script:
- make test
2017-04-21 21:33:55 +02:00
- test -n "$TRAVIS_TAG" || go run ./cmd/goreleaser/main.go --skip-validate --skip-publish
2017-01-21 23:21:42 +02:00
after_success:
2017-04-22 02:22:11 +02:00
- bash <(curl -s https://codecov.io/bash)
2017-04-21 20:25:32 +02:00
- test -n "$TRAVIS_TAG" && go run ./cmd/goreleaser/main.go
2016-12-29 03:30:14 +02:00
notifications:
2017-01-02 14:45:05 +02:00
email: false