Skip to content

Commit

Permalink
added coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Feb 2, 2016
1 parent ad3caae commit 48fb85e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ language: go
go:
- 1.5.3
- tip
script: go test -v ./...
before_script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script: go test -v -covermode=count -coverprofile=coverage.out .
after_success:
- $HOME/gopath/bin/goveralls -covermode=count -coverprofile=coverage.out -service=travis-ci

0 comments on commit 48fb85e

Please sign in to comment.