Merge pull request #90 from proppy/add-travis

travis: add irc notifications
This commit is contained in:
Daniel Smith 2014-06-12 17:54:18 -07:00
commit 3c31f77159

View File

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