run the mungedoc tests in travis

pull/6/head
Daniel Smith 2015-07-17 17:08:36 -07:00
parent 84c76d1142
commit 283435ab12
1 changed files with 1 additions and 0 deletions

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"