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.
2 parents e5c7cfc + e2f53d3 commit ab2c6deCopy full SHA for ab2c6de
.travis.yml
@@ -1,6 +1,3 @@
1
-notifications:
2
- hipchat: ec8fcfa661addc56a361a8ef536320@integrations
3
-
4
language: java
5
6
matrix:
@@ -24,5 +21,8 @@ cache:
24
21
- $HOME/.m2
25
22
26
23
after_failure:
27
- - tar -cf logs.zip test/junit/data
28
- - curl -u $CHUNK_USER:$CHUNK_PW -sT logs.zip chunk.io
+ - tar -cjf junit-data-5.0.0.tar.bz2 test/junit/data
+ - curl -v -u $CHUNK_USER:$CHUNK_PW -sT junit-data-5.0.0.tar.bz2 chunk.io
+
+notifications:
+ hipchat: ec8fcfa661addc56a361a8ef536320@integrations
0 commit comments