Fixes .travis.yml

This commit is contained in:
Manu Mtz-Almeida 2015-05-19 01:14:42 +02:00
parent ac2a29dd73
commit 792316b2e4
1 changed files with 4 additions and 6 deletions

View File

@ -5,10 +5,8 @@ go:
- 1.4.2
- tip
install:
go get code.google.com/p/go.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 yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA