Skip to content

Commit

Permalink
add coveralls.io integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed May 23, 2018
1 parent b8f3a33 commit 217c1fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go
go:
- master
before_install:
- go get github.com/mattn/goveralls
script:
- go test -bench=. -cover -v -race ./...
- go test -bench=. -cover -v -race ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 217c1fd

Please sign in to comment.