Skip to content

Commit ab2c6de

Browse files
authored
Merge pull request #2346 from adamretter/hotfix/bzip2-travis-logs-5.0.0
(5.0.0) Compress the JUnit logs from Travis before uploading
2 parents e5c7cfc + e2f53d3 commit ab2c6de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
notifications:
2-
hipchat: ec8fcfa661addc56a361a8ef536320@integrations
3-
41
language: java
52

63
matrix:
@@ -24,5 +21,8 @@ cache:
2421
- $HOME/.m2
2522

2623
after_failure:
27-
- tar -cf logs.zip test/junit/data
28-
- curl -u $CHUNK_USER:$CHUNK_PW -sT logs.zip chunk.io
24+
- tar -cjf junit-data-5.0.0.tar.bz2 test/junit/data
25+
- curl -v -u $CHUNK_USER:$CHUNK_PW -sT junit-data-5.0.0.tar.bz2 chunk.io
26+
27+
notifications:
28+
hipchat: ec8fcfa661addc56a361a8ef536320@integrations

0 commit comments

Comments
 (0)