Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Coverall seems to be broken. Trying to fix it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Herfray committed Sep 28, 2015
1 parent e1b4840 commit 3859c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ before_install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken eYjwIJXfflSsyXe4DdkQtG5qvNnjE56t3

0 comments on commit 3859c90

Please sign in to comment.