Skip to content

Commit

Permalink
add coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed May 24, 2018
1 parent 02b1421 commit f9d2ce1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,6 +1,9 @@
language: go
go:
- master
before_install:
- go get github.com/mattn/goveralls
script:
- go test -cover -v -race ./...
- go test -bench=. -v -race ./...
- go test -cover -v -race ./...
- go test -bench=. -v -race ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit f9d2ce1

Please sign in to comment.