From: Michael Wallner Date: Thu, 7 Sep 2017 10:32:01 +0000 (+0200) Subject: travis: gitter X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=5077c8df8b09002c173c5ab4495b2ae6f779e0a2 travis: gitter --- diff --git a/.travis.yml b/.travis.yml index 155ca9f..fceca5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 4c21d6a..00374f5 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -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