blob: 8763a71d3e79cb994020c65fa709c2664d810729 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
|