Skip to content

Commit 7ea8238

Browse files
authored
Update .travis.yml
Added notifications to gitter
1 parent d2311c6 commit 7ea8238

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ sudo: false # faster builds
99

1010
#after_success:
1111
#- bash <(curl -s https://codecov.io/bash)
12+
13+
notifications:
14+
webhooks:
15+
urls:
16+
- https://webhooks.gitter.im/e/b53783164e024ebb35d3
17+
on_success: change # options: [always|never|change] default: always
18+
on_failure: always # options: [always|never|change] default: always
19+
on_start: never # options: [always|never|change] default: always

0 commit comments

Comments
 (0)