Skip to content

Commit 66a2254

Browse files
committed
.travis.yml: fix syntax.
Correction for b22a9cc commit. Addressed to #631
1 parent b22a9cc commit 66a2254

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ after_failure:
4242
# In order to be able debug robot framework test flakes we need to have a report.
4343
# Just encode it to a gzipped binary form and dump to console.
4444
- 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
45+
echo "===== REPORT START =====";
46+
cat target/robotframework-reports/output.xml | gzip -c | base64;
47+
echo "===== REPORT END =====";
48+
fi
4949

5050
after_success:
5151
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then

0 commit comments

Comments
 (0)