1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00
goreleaser/.travis.yml

11 lines
216 B
YAML
Raw Normal View History

2016-12-28 23: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