diff options
author | Sean Allred <code@seanallred.com> | 2015-01-07 16:00:59 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-07 16:00:59 -0500 |
commit | 95e9f6069ba328249c0e8ac86efdc888437ac187 (patch) | |
tree | 8642a762bd7a7dbce193d95c4d65287deb336983 | |
parent | f4ef2df13f998b9e30e93ebe7bc9706c562a3d9a (diff) |
Hotfix Travis/Gitter integration
It was broken when the repository URL changed -- I just never noticed until now.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d00ab46..067fa62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: notifications: webhooks: urls: - - https://webhooks.gitter.im/e/07063bd143e35f54b1e8 + - https://webhooks.gitter.im/e/77b562dfc62ea5cd545a on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false |