Skip to content

Commit

Permalink
Fix CI: vet is now packed with Go
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Apr 19, 2016
1 parent 47c87b9 commit f522dd3
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 @@ -16,7 +16,6 @@ before_install:
script:
- go build ./...
- go fmt ./...
- go get golang.org/x/tools/cmd/vet
- go vet ./...
- go test -i -race ./...
- go test -v -race ./...

0 comments on commit f522dd3

Please sign in to comment.