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

Commit

Permalink
use new location for go cover tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlawlor committed Nov 13, 2014
1 parent f1b0c83 commit 33f78a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go:

before_install:
- sudo apt-get update -qq
- go get code.google.com/p/go.tools/cmd/cover
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- go get github.com/mattn/goveralls


Expand Down

0 comments on commit 33f78a2

Please sign in to comment.