1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker 4988bac30e
goveralls
2017-02-07 17:00:46 -02:00

12 lines
299 B
YAML

language: go
go: 1.7.4
install: make setup
script:
- make ci
after_success:
- go get github.com/mattn/goveralls
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
- test -n "$TRAVIS_TAG" && gem install fpm && go run main.go
notifications:
email: false