Skip to content

Commit 236cc7f

Browse files
committed
.travis.yml: wait before exiting to give Travis CI time to gather Robot Framework report.
Should be in 0176ffc commit.
1 parent 2e5b67f commit 236cc7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ after_failure:
4242
echo "===== REPORT START =====";
4343
cat target/robotframework-reports/log.html | gzip -c | base64;
4444
echo "===== REPORT END =====";
45+
46+
# Travis CI may miss a part of the huge output if we'll exit immediately
47+
# See: https://github.com/travis-ci/travis-ci/issues/6018
48+
sleep 5;
4549
fi
4650

4751
after_success:

0 commit comments

Comments
 (0)