Skip to content

Commit 7599f6b

Browse files
committed
chore: improve curl command in the comment to show error when something went wrong
[skip ci]
1 parent 2cbe27d commit 7599f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ after_failure:
4646
# We encode it to a bzipped binary form and dump to console. It can be
4747
# examined later with the following commands:
4848
#
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
49+
# $ 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
5050
# $ ./mvnw robotframework:rebot
5151
# $ open target/robotframework-reports/report.html
5252
#

0 commit comments

Comments
 (0)