Skip to content

Commit

Permalink
Remove go get of govet in .travis.yml
Browse files Browse the repository at this point in the history
Fix error where vet cmd package cannot be found.
The package seems to be included in go now. No need to download it
anymore.
  • Loading branch information
sbani committed May 1, 2016
1 parent 07da6a0 commit cff9754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go:
- 1.6

install:
- go get golang.org/x/tools/cmd/vet
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit cff9754

Please sign in to comment.