Use faster Travis test infra

disco_info_form
Mickael Remond 8 years ago
parent 3ca015f307
commit ac881fa6a4

@ -1,3 +1,5 @@
sudo: false
language: go
go:
@ -9,4 +11,5 @@ install:
- 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
- go test -v ./xmpp -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
Loading…
Cancel
Save