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

11 lines
216 B
YAML
Raw Normal View History

2016-12-29 03:30:14 +02:00
language: go
go: 1.7.4
install:
- go get github.com/Masterminds/glide
- glide install
script:
- go test -cover `glide nv`
after_success:
test ! -z "$TRAVIS_TAG" && go run main.go
notifications:
email: false