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 b22a9cc commit 66a2254Copy full SHA for 66a2254
.travis.yml
@@ -42,10 +42,10 @@ after_failure:
42
# In order to be able debug robot framework test flakes we need to have a report.
43
# Just encode it to a gzipped binary form and dump to console.
44
- if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
45
- echo "===== REPORT START ====="
46
- cat target/robotframework-reports/output.xml | gzip -c | base64
47
- echo "===== REPORT END ====="
48
- fi
+ echo "===== REPORT START =====";
+ cat target/robotframework-reports/output.xml | gzip -c | base64;
+ echo "===== REPORT END =====";
+ fi
49
50
after_success:
51
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
0 commit comments