mirror of https://github.com/stretchr/testify.git
Remove special vendor handling since there is no vendor directory
parent
f2b3a9bb9b
commit
940aba6697
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue