Skip to content

Commit

Permalink
mv to golang.org/x/tools/cmd/cover
Browse files Browse the repository at this point in the history
  • Loading branch information
toorop committed Jan 12, 2015
1 parent 042d0bd commit b2e35c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ install:
- go get -v github.com/onsi/ginkgo
- go get -v github.com/onsi/gomega
- go install -v github.com/onsi/ginkgo/ginkgo
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover

script: PATH=$HOME/gopath/bin:$PATH ginkgo -r --randomizeAllSpecs --failOnPending --skipMeasurements --cover --trace
script: PATH=$HOME/gopath/bin:$PATH ginkgo -r --randomizeAllSpecs --failOnPending --skipMeasurements --cover --trace

0 comments on commit b2e35c2

Please sign in to comment.