Skip to content

Commit

Permalink
Switched to golang.org/x/tools/cmd/cover
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Jan 14, 2015
1 parent 643e903 commit 5edcc43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/balancer/.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
2 changes: 1 addition & 1 deletion src/github.com/getlantern/bytecounting/.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
2 changes: 1 addition & 1 deletion src/github.com/getlantern/chained/.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
2 changes: 1 addition & 1 deletion src/github.com/getlantern/fronted/.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 5edcc43

Please sign in to comment.