gitter
authorMichael Wallner <mike@php.net>
Mon, 28 Sep 2015 20:54:10 +0000 (22:54 +0200)
committerMichael Wallner <mike@php.net>
Mon, 28 Sep 2015 20:54:10 +0000 (22:54 +0200)
.travis.yml
README.md
scripts/gen_travis_yml.php

index 9ac277751061e2ef6816314267616081ccb6b6bb..ddaa28cf5ced25caf680baafbe0d75b871de8a15 100644 (file)
@@ -50,3 +50,10 @@ after_script:
  - test -e tests/helper/server.log && cat tests/helper/server.log
 
 sudo: false
+notifications:
+ webhooks:
+  urls:
+   - https://webhooks.gitter.im/e/28d35158ac7e385bd14d
+  on_success: change
+  on_failure: always
+  on_start: never
index 19738da8115e14b39d0c3c46939ed55ed5904c23..6d4a56bcfe2f3a9ab23c01c58970f826c2b15331 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # ext-http
 
 [![Build Status](https://travis-ci.org/m6w6/ext-http.svg?branch=master)](https://travis-ci.org/m6w6/ext-http)
+[![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http)
 
 Extended HTTP support. Again.
 
index 89ab0b208b9b9e0883f271508cf419e7d93080da..771ee8f4023a1821517e6b3a3312ad3d05163b45 100755 (executable)
@@ -43,3 +43,10 @@ after_script:
  - test -e tests/helper/server.log && cat tests/helper/server.log
 
 sudo: false
+notifications:
+ webhooks:
+  urls:
+   - https://webhooks.gitter.im/e/28d35158ac7e385bd14d
+  on_success: change
+  on_failure: always
+  on_start: never