Commit 37f3c0859e53fcc77155b61506ca3d81a6052ff0

Authored by Henry Fredrick Schreiner
1 parent 89ed072f

Adding webhooks for gitter

Showing 2 changed files with 16 additions and 1 deletions
.appveyor.yml
... ... @@ -13,4 +13,11 @@ build_script:
13 13 - cmake --build .
14 14  
15 15 test_script:
16   - - ctest --output-on-failure
  16 + - ctest --output-on-failure
  17 +
  18 +notifications:
  19 + - provider: Webhook
  20 + url: https://webhooks.gitter.im/e/0185e91c5d989a476d7b
  21 + on_build_success: false
  22 + on_build_failure: true
  23 + on_build_status_changed: true
... ...
.travis.yml
... ... @@ -78,3 +78,11 @@ deploy:
78 78 repo: henryiii/CLI11
79 79 tags: true
80 80 condition: $DEPLOY_MAT = yes
  81 +
  82 +notifications:
  83 + webhooks:
  84 + urls:
  85 + - https://webhooks.gitter.im/e/bbdb3befce4c00448d24
  86 + on_success: change # options: [always|never|change] default: always
  87 + on_failure: always # options: [always|never|change] default: always
  88 + on_start: never # options: [always|never|change] default: always
... ...