X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=00374f58101762a97a052a4a7746b47be71b6ce7;hp=4c21d6afb1b04bc246f84fcf86bb34eba9ebc8a1;hb=5077c8df8b09002c173c5ab4495b2ae6f779e0a2;hpb=97c640850205296e225180b847716f9e55f0c622 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