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 394cb7f commit dc1ba11Copy full SHA for dc1ba11
.travis.yml
@@ -50,6 +50,8 @@ after_failure:
50
# $ ./mvnw robotframework:rebot
51
# $ open target/robotframework-reports/report.html
52
#
53
+ # NB: on macOS, replace base64 -d by base64 -D
54
+ #
55
- if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
56
echo '===== REPORT START =====';
57
bzip2 <target/robotframework-reports/output.xml | base64;
0 commit comments