Skip to content

Commit

Permalink
Fixes .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 18, 2015
1 parent ac2a29d commit 792316b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 792316b

Please sign in to comment.