Browse Source

Update Travis Notifications and disable sending email notifications

pull/9/head
Martin819 7 years ago
parent
commit
4cbbe3b028
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .travis.yml

+ 3
- 4
.travis.yml View File

@@ -31,13 +31,12 @@ script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration

notifications:
on:
branch: master
webhooks:
urls:
- https://webhooks.gitter.im/e/6123573504759330786b
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_failure: never # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
on_cancel: never # options: [always|never|change] default: always
on_error: always # options: [always|never|change] default: always
on_error: never # options: [always|never|change] default: always
email: false

Loading…
Cancel
Save