Skip to content

Commit

Permalink
Make sure goveralls is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidgecka committed Dec 4, 2014
1 parent 51867ee commit 9c0ca86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_script:
- test -z "$SRC" || go get "$SRC/vet"
- test -z "$SRC" || go install "$SRC/vet"
- test -z "$SRC" || go get github.com/mattn/goveralls
- test -z "$SRC" || go install github.com/mattn/goveralls
- test -z "$SRC" || sudo -E $(which go) install -a -race std

script:
Expand Down

0 comments on commit 9c0ca86

Please sign in to comment.