Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
work on #151 - slack notification updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppjo committed Apr 24, 2015
1 parent 392ef75 commit e84304f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Expand Up @@ -6,9 +6,11 @@ after_script:
- npm run coveralls
notifications:
slack: generator-m:lZYXd9k3mcYBlsGUnd1xRb3R
on_success: change # options: [always|never|change] default: always
on_failure: change # options: [always|never|change] default: always
webhooks:
urls:
- https://webhooks.gitter.im/e/87130ded51c12384d4e7
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
urls:
- https://webhooks.gitter.im/e/87130ded51c12384d4e7
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

0 comments on commit e84304f

Please sign in to comment.