Skip to content

Commit 36b794a

Browse files
committed
chore(.travis.yml): fix example of the command for downloading Robot report.
Use bzip2 instead of gzip. Should be in c8af90f commit. [skip ci]
1 parent b87665f commit 36b794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ after_failure:
4343
# We encode it to a bzipped binary form and dump to console. It can be
4444
# examined later with the following commands:
4545
#
46-
# $ curl -s https://api.travis-ci.org/v3/job/$JOB_ID/log.txt | sed -n '/^===== REPORT START/,/^===== REPORT END/p' | sed -e 1d -e '$d' -e 's/\r$//' | base64 -d | gzip -dc >target/robotframework-reports/output.xml
46+
# $ curl -s https://api.travis-ci.org/v3/job/$JOB_ID/log.txt | sed -n '/^===== REPORT START/,/^===== REPORT END/p' | sed -e 1d -e '$d' -e 's/\r$//' | base64 -d | bzip2 -dc >target/robotframework-reports/output.xml
4747
# $ ./mvnw robotframework:rebot
4848
# $ open target/robotframework-reports/report.html
4949
#

0 commit comments

Comments
 (0)