Merge pull request #11494 from lavalamp/travis

run the mungedoc tests in travis
This commit is contained in:
Brian Grant 2015-07-18 14:38:35 -07:00
commit 634e532dd1

View File

@ -19,6 +19,7 @@ script:
- PATH=$GOPATH/bin:$PATH ./hack/verify-generated-deep-copies.sh
- PATH=$GOPATH/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
- PATH=$GOPATH/bin:./third_party/etcd:$PATH ./hack/verify-swagger-spec.sh
- godep go test ./cmd/mungedocs
notifications:
irc: "chat.freenode.net#google-containers"