commit 462de7d92acdc5a52e1dda763036f8805a784fad parent 97ba1bb56b589d49809c6952eaafa35115332015 Author: mtrnord <mtrnord1@gmail.com> Date: Sun, 4 Oct 2015 22:29:14 +0200 add webhook for Gitter Chat Diffstat:
| M | .travis.yml | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -17,3 +17,11 @@ before_script: - mysql -e 'create database RPICMS;' #RunTests script: php phpunit.phar --configuration phpunit_$DB.xml --verbose +#Webhook for Gitter +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/2352a1a1d808a3b834cf + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: never # options: [always|never|change] default: always