travis: gitter
authorMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 10:32:01 +0000 (12:32 +0200)
committerMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 11:24:35 +0000 (13:24 +0200)
.travis.yml
scripts/gen_travis_yml.php

index 155ca9fd2f9d42c66adb93c0d98d98681cf610ad..fceca5cd393678b8f4da4639fd497c07c53dd632 100644 (file)
@@ -29,3 +29,11 @@ after_failure:
  - cat config.log | curl -F 'sprunge=<-' http://sprunge.us
  - cat tests/parser/dump001.psi
  - ldd .libs/psi.so
+
+notifications:
+  webhooks:
+    urls:
+      - https://webhooks.gitter.im/e/30aebb6c0b03f1117817
+    on_success: change
+    on_failure: always
+    on_start: never
index 4c21d6afb1b04bc246f84fcf86bb34eba9ebc8a1..00374f58101762a97a052a4a7746b47be71b6ce7 100755 (executable)
@@ -43,3 +43,11 @@ after_failure:
  - cat config.log | curl -F 'sprunge=<-' http://sprunge.us
  - cat tests/parser/dump001.psi
  - ldd .libs/psi.so
+
+notifications:
+  webhooks:
+    urls:
+      - https://webhooks.gitter.im/e/30aebb6c0b03f1117817
+    on_success: change
+    on_failure: always
+    on_start: never