X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=771ee8f4023a1821517e6b3a3312ad3d05163b45;hb=d66d852d90e600cbb850f238c3eb5cdad96b7ad8;hp=89ab0b208b9b9e0883f271508cf419e7d93080da;hpb=bdd6edb59194cda9e5fcb393c48ab4230fceb32a;p=m6w6%2Fext-http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 89ab0b2..771ee8f 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -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