Skip to content

Commit

Permalink
goimagehash: Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Apr 1, 2018
1 parent be737c1 commit b82c370
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ go:
- 1.9.x
- 1.10.x
- master

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit b82c370

Please sign in to comment.