Skip to content

Commit

Permalink
Adding Coveralls + goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nav committed Mar 21, 2016
1 parent ae88ee3 commit 403a229
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
Expand Up @@ -3,11 +3,14 @@ language: go
go:
- 1.5
- 1.6
- tip

install:
- make tools
- make deps

script:
- make test

after_script:
- go get github.com/mattn/goveralls
- goveralls -coverprofile=lru.coverprofile -service=travis-ci

0 comments on commit 403a229

Please sign in to comment.