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 b87665f commit 36b794aCopy full SHA for 36b794a
.travis.yml
@@ -43,7 +43,7 @@ after_failure:
43
# We encode it to a bzipped binary form and dump to console. It can be
44
# examined later with the following commands:
45
#
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
+ # $ 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
47
# $ ./mvnw robotframework:rebot
48
# $ open target/robotframework-reports/report.html
49
0 commit comments