Add gitter webhook to travis.yml.

This commit is contained in:
jdalton
2015-02-20 02:14:13 -08:00
parent dc4cef17d4
commit 7749a7e41d

View File

@@ -38,6 +38,12 @@ git:
branches:
only:
- master
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/4aab6358b0e9aed0b628
on_success: change
on_failure: always
before_install:
- "nvm use $TRAVIS_NODE_VERSION"
- "npm config set loglevel error"