Skip to content

Commit 6b88efd

Browse files
committed
feat(build): add gitter webhook for travis
1 parent 727d661 commit 6b88efd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ before_install:
88
- gem install sass --version "=3.3.7"
99
- npm install -g bower grunt-cli
1010
services: mongodb
11+
notifications:
12+
webhooks:
13+
urls:
14+
- https://webhooks.gitter.im/e/911ed472ef19bcb27858
15+
on_success: change # options: [always|never|change] default: always
16+
on_failure: always # options: [always|never|change] default: always
17+
on_start: false # default: false

0 commit comments

Comments
 (0)