Browse Source

Update Travis Notifications and disable sending email notifications

master
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

- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration - test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration


notifications: notifications:
on:
branch: master
webhooks: webhooks:
urls: urls:
- https://webhooks.gitter.im/e/6123573504759330786b - https://webhooks.gitter.im/e/6123573504759330786b
on_success: change # options: [always|never|change] default: always 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_start: never # options: [always|never|change] default: always
on_cancel: 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