From 37f3c0859e53fcc77155b61506ca3d81a6052ff0 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Tue, 7 Mar 2017 17:39:35 -0500 Subject: [PATCH] Adding webhooks for gitter --- .appveyor.yml | 9 ++++++++- .travis.yml | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 68e9bc92..0748e63a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,4 +13,11 @@ build_script: - cmake --build . test_script: - - ctest --output-on-failure + - ctest --output-on-failure + +notifications: + - provider: Webhook + url: https://webhooks.gitter.im/e/0185e91c5d989a476d7b + on_build_success: false + on_build_failure: true + on_build_status_changed: true diff --git a/.travis.yml b/.travis.yml index 8a6826f1..66395e5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,3 +78,11 @@ deploy: repo: henryiii/CLI11 tags: true condition: $DEPLOY_MAT = yes + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/bbdb3befce4c00448d24 + 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