1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/.travis.yml
Carlos Alexandro Becker 62f60003b0
temporarely disabling gometalinter
it is unbearably slow right now and builds are randomly failing on travis because of it.
2017-03-22 21:17:49 -03:00

12 lines
299 B
YAML

language: go
go: 1.8
install: make setup
script:
- make test
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