mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
11 lines
216 B
YAML
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 |