Rename integration-test and update README

This commit is contained in:
Clayton Coleman
2014-08-22 21:14:53 -04:00
parent 693051c1ca
commit 8a677b1226
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ install:
script:
- PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-integration.sh
notifications:
irc: "chat.freenode.net#google-containers"