Skip to content

Commit

Permalink
.travis.yml: Back to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Newton committed Dec 18, 2015
1 parent f5739f2 commit 697c619
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ 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
- pip install --user codecov
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
after_success:
- codecov

0 comments on commit 697c619

Please sign in to comment.