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:
Ta-Ching Chen
2018-02-06 02:31:06 +08:00
committed by GitHub
parent 1eb0453ce4
commit cc62e62229
+1 -1
View File
@@ -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