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

@@ -22,6 +22,7 @@ script:
- ./hack/verify-swagger-spec.sh
- ./hack/verify-linkcheck.sh
- ./hack/verify-flags-underscore.py
- ./hack/verify-godeps.sh $TRAVIS_BRANCH
notifications:
irc: "chat.freenode.net#kubernetes-dev"