Skip to content

Commit

Permalink
use "go vet" instead of "go tool vet"
Browse files Browse the repository at this point in the history
Signed-off-by: Iskander Sharipov <[email protected]>
  • Loading branch information
quasilyte committed Jan 24, 2019
1 parent 205822a commit c91c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ install:
- # Prevent default install action "go get -t -v ./...".
script:
- go get -t -v ./...
- go tool vet .
- go vet .
- go test -v -race ./...

0 comments on commit c91c5cc

Please sign in to comment.