We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf4003 commit cad98fdCopy full SHA for cad98fd
1 file changed
.travis.yml
@@ -1,5 +1,13 @@
1
language: erlang
2
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
+
11
env:
12
13
- ST=Pharo-1.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
0 commit comments