Skip to content

Commit

Permalink
getlantern/lantern#2083 Switched travis builds to use golang.org/x/to…
Browse files Browse the repository at this point in the history
…ols/cmd/cover
  • Loading branch information
oxtoacart committed Dec 18, 2014
1 parent 9c13f16 commit 0289f3d
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 @@ -6,7 +6,7 @@ go:
install:
- go get -d -t -v ./...
- go build -v ./...
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover
- go get -v github.com/axw/gocov/gocov
- go get -v github.com/mattn/goveralls

Expand Down

0 comments on commit 0289f3d

Please sign in to comment.