Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #875 from meanjs/travis-gitter-integration
Browse files Browse the repository at this point in the history
Add Travis notifications in Gitter
  • Loading branch information
ilanbiala committed Sep 2, 2015
2 parents 320826b + d1c3348 commit 57bd17a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ before_install:
- npm i nsp -g
after_script:
- nsp audit-package
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/249daf9851ea4776f34e
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

0 comments on commit 57bd17a

Please sign in to comment.