Skip to content

Commit 962bd6b

Browse files
committed
.travis.yml: use single quotes.
Should be in 381c491 commit. No functional changes.
1 parent a98bf63 commit 962bd6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ after_failure:
3939
# In order to be able debug robot framework test flakes we need to have a report.
4040
# Just encode it to a gzipped binary form and dump to console.
4141
- if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
42-
echo "===== REPORT START =====";
42+
echo '===== REPORT START =====';
4343
cat target/robotframework-reports/output.xml | gzip -c | base64;
44-
echo "===== REPORT END =====";
44+
echo '===== REPORT END =====';
4545
sleep 5;
4646
fi
4747

0 commit comments

Comments
 (0)