Skip to content

Commit

Permalink
Update TRAVIS CI to add coveralls
Browse files Browse the repository at this point in the history
Updates travis to enable coveralls support.

Fixes #281
  • Loading branch information
cdrage committed Nov 16, 2016
1 parent 83c7a82 commit c215b04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ language: go
go:
- 1.6

before_install:
- go get github.com/mattn/goveralls

install:
- true

Expand All @@ -19,3 +22,4 @@ script:

- make test-unit
- make test-cmd
- goveralls -service=travis-ci

0 comments on commit c215b04

Please sign in to comment.