Adding webhook to notify the Gitter chat channel on build failures

This commit is contained in:
Ben Ramsey
2015-06-21 17:15:37 -05:00
parent e8a1db4a84
commit 2d45a33475
+8
View File
@@ -24,3 +24,11 @@ script:
after_script:
- php vendor/bin/coveralls
notifications:
webhooks:
urls:
- 'https://webhooks.gitter.im/e/f3356db3405001e47b5e'
on_success: change
on_failure: always
on_start: false