build: update travis script to exclude the vendor dir when running tests
This commit is contained in:
parent
4104a9bcde
commit
2a5fa0522d
@ -10,4 +10,4 @@ install:
|
||||
script:
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- export GO15VENDOREXPERIMENT=1
|
||||
- go test -v ./...
|
||||
- go test -v $(GO15VENDOREXPERIMENT=1 go list ./... | grep -v '/vendor/')
|
||||
|
Loading…
Reference in New Issue
Block a user