go-xmpp/.travis.yml
2016-01-06 18:06:30 +01:00

12 lines
290 B
YAML

language: go
go:
- 1.5
- tip
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN