Remove special vendor handling since there is no vendor directory

pull/839/head^2
Leigh McCulloch 2019-12-07 13:39:35 -08:00 committed by George Lesica
parent f2b3a9bb9b
commit 940aba6697
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race $(go list ./... | grep -v vendor)
- go test -v -race ./...