Skip to content

Commit 2dc0329

Browse files
authored
Travis Gitter integration
1 parent 4465c4c commit 2dc0329

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 @@ before_install:
99
- sudo apt-get -qq update
1010
- sudo apt-get install graphviz python-pip
1111
- sudo pip install cwltool
12+
13+
notifications:
14+
webhooks:
15+
urls:
16+
- https://webhooks.gitter.im/e/abea7d67d180d37286b3
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)