1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker b060e9ff64
moving
2016-12-28 23:31:53 -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