From 5077c8df8b09002c173c5ab4495b2ae6f779e0a2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Sep 2017 12:32:01 +0200 Subject: [PATCH] travis: gitter --- .travis.yml | 8 ++++++++ scripts/gen_travis_yml.php | 8 ++++++++ 2 files changed, 16 insertions(+) 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 -- 2.30.2