Add glide flag to strip nested vendor (#480)
Adds --strip-vendor (-v) to travis.yml when installing dependencies. For more information about the flag, please check dependency flattening (https://glide.readthedocs.io/en/stable/getting-started/)
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ env:
|
||||
|
||||
script:
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
- glide install
|
||||
- glide install -v
|
||||
- ./fission-bundle/build.sh
|
||||
- hack/verify-gofmt.sh
|
||||
- hack/verify-govet.sh
|
||||
|
||||
Reference in New Issue
Block a user