Skip to content

Commit

Permalink
Merge pull request #77 from linki/roveralls
Browse files Browse the repository at this point in the history
Use roveralls to aggregate coverage results
  • Loading branch information
linki authored Apr 9, 2018
2 parents f4a577b + 6ef9f32 commit a4acf6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -11,8 +11,10 @@ go:

install:
- go get github.com/mattn/goveralls
- go get github.com/lawrencewoodman/roveralls
- go get github.com/golang/dep/cmd/dep
- dep ensure -vendor-only

script:
- goveralls -service=travis-ci -v
- roveralls
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci

0 comments on commit a4acf6f

Please # to comment.