Skip to content

Commit 6ea2817

Browse files
committed
ci(travis): upload test logs to chunk.io
1 parent 94a0dde commit 6ea2817

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.travis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
notifications:
2+
hipchat: ec8fcfa661addc56a361a8ef536320@integrations
3+
14
language: java
5+
26
matrix:
37
include:
48
- jdk: openjdk8
@@ -11,6 +15,14 @@ matrix:
1115
- os: osx
1216
osx_image: xcode9.2
1317
env: JAVA_HOME=$(/usr/libexec/java_home)
18+
1419
script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean clean-all all test
15-
notifications:
16-
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

Comments
 (0)