We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4675d commit 66208ffCopy full SHA for 66208ff
1 file changed
.travis.yml
@@ -1,4 +1,11 @@
1
language: java
2
+notifications:
3
+ webhooks:
4
+ urls:
5
+ - https://webhooks.gitter.im/e/16d58dd73250fde3ce60
6
+ on_success: change # options: [always|never|change] default: always
7
+ on_failure: always # options: [always|never|change] default: always
8
+ on_start: false # default: false
9
jdk:
10
- oraclejdk7
11
install: ./installViaTravis.sh
0 commit comments