forked from mirror/websocket
Run 'go vet' instead of 'go tool vet' in Travis
This commit is contained in:
parent
be42fcd8c9
commit
0b8990dd8b
|
@ -17,5 +17,5 @@ install:
|
|||
script:
|
||||
- go get -t -v ./...
|
||||
- diff -u <(echo -n) <(gofmt -d .)
|
||||
- go tool vet .
|
||||
- go vet .
|
||||
- go test -v -race ./...
|
||||
|
|
Loading…
Reference in New Issue