Skip to content

Commit 90063d4

Browse files
committed
Revert ".travis.yml: fix syntax."
This reverts commit 66a2254. Addressed to #631 The issue with truncated logs will be solved by another way.
1 parent 66a2254 commit 90063d4

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)