We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a0dde commit 6ea2817Copy full SHA for 6ea2817
.travis.yml
@@ -1,4 +1,8 @@
1
+notifications:
2
+ hipchat: ec8fcfa661addc56a361a8ef536320@integrations
3
+
4
language: java
5
6
matrix:
7
include:
8
- jdk: openjdk8
@@ -11,6 +15,14 @@ matrix:
11
15
- os: osx
12
16
osx_image: xcode9.2
13
17
env: JAVA_HOME=$(/usr/libexec/java_home)
18
14
19
script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean clean-all all test
-notifications:
- hipchat: ec8fcfa661addc56a361a8ef536320@integrations
20
21
+cache:
22
+ directories:
23
+ - $HOME/.ivy2
24
+ - $HOME/.m2
25
26
+after_failure:
27
+ - tar -cf logs.zip test/junit/data
28
+ - curl -u $CHUNK_USER:$CHUNK_PW -sT logs.zip chunk.io
0 commit comments