Merge pull request #12188 from eparis/godeps-clean-test

verify-godeps.sh script to make sure all of Godeps is easily reproducible
This commit is contained in:
Saad Ali
2015-08-19 16:57:22 -07:00
4 changed files with 90 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ install:
- ./hack/verify-boilerplate.sh
- ./hack/verify-description.sh
- ./hack/verify-flags-underscore.py
- ./hack/verify-godeps.sh ${BASE_BRANCH}
- ./hack/travis/install-std-race.sh
- ./hack/verify-generated-conversions.sh
- ./hack/verify-generated-deep-copies.sh