Skip to content

Commit

Permalink
Merge pull request #127 from sergiusens/vet_location
Browse files Browse the repository at this point in the history
Updating the go get path for vet and cover
  • Loading branch information
jessevdk committed Feb 15, 2015
2 parents 15347ef + 3f36317 commit 5e11878
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 @@ -6,12 +6,12 @@ install:
- go build -v ./...

# linting
- go get code.google.com/p/go.tools/cmd/vet
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint
- go install github.com/golang/lint/golint

# code coverage
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/modocache/gover
- if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then go get github.com/mattn/goveralls; fi
Expand Down

0 comments on commit 5e11878

Please sign in to comment.