Skip to content

Commit

Permalink
Use Gitter notifications
Browse files Browse the repository at this point in the history
   * Added a webhook notification for Gitter notifications.
   * Disabled email notifications because @yorik's configuration
     effectively did that but setting email to false is shorter
  • Loading branch information
bblacey committed Jan 19, 2017
1 parent 0f4a5b4 commit 6ead01e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Expand Up @@ -46,11 +46,13 @@ git:
depth: 5000

notifications:
email:
recipients:
- yorik@uncreated.net
on_success: never
on_failure: never
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/479456663cdf5c84e4d8
on_success: always
on_failure: always
on_start: change

before_install:
- eval "$(curl -fsSL "https://raw.githubusercontent.com/${OSX_PORTS_CACHE}/v${FREECAD_RELEASE}/travis-helpers.sh")"
Expand Down

0 comments on commit 6ead01e

Please sign in to comment.