X Tutup
Skip to content

Commit cad98fd

Browse files
committed
add gitter to .travis.yml
1 parent 0cf4003 commit cad98fd

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
@@ -1,5 +1,13 @@
11
language: erlang
22

3+
notifications:
4+
webhooks:
5+
urls:
6+
- https://webhooks.gitter.im/e/c59e6bffa0b41a693676 # GsDevKit/chat (public)
7+
on_success: always # options: [always|never|change] default: always
8+
on_failure: always # options: [always|never|change] default: always
9+
on_start: false # default: false
10+
311
env:
412

513
- ST=Pharo-1.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"

0 commit comments

Comments
 (0)
X Tutup