Remove go vendor environment variable from travis
This commit is contained in:
parent
04a887b49e
commit
93a5732e7a
@ -25,6 +25,5 @@ script:
|
||||
- npm test
|
||||
- gulp build
|
||||
- cd ..
|
||||
- export GO15VENDOREXPERIMENT=1
|
||||
- go vet $(go list ./... | grep -v '/vendor/')
|
||||
- go test -v -race $(go list ./... | grep -v '/vendor/')
|
||||
|
Loading…
Reference in New Issue
Block a user