We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbe27d commit 7599f6bCopy full SHA for 7599f6b
.travis.yml
@@ -46,7 +46,7 @@ after_failure:
46
# We encode it to a bzipped binary form and dump to console. It can be
47
# examined later with the following commands:
48
#
49
- # $ curl -s https://api.travis-ci.com/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
+ # $ curl -sS https://api.travis-ci.com/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
50
# $ ./mvnw robotframework:rebot
51
# $ open target/robotframework-reports/report.html
52
0 commit comments