1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-16 09:20:15 +02:00
Files
goreleaser/release/.travis.yml
T
Carlos Alexandro Becker a6932a0885 glide and travis
2016-12-28 23:30:14 -02:00

11 lines
216 B
YAML

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