Skip to content

Commit bf6e88b

Browse files
committed
.travis.yml: fix invalid syntax by removing a comment.
Correction for 236cc7f commit.
1 parent 236cc7f commit bf6e88b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ 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
4845
sleep 5;
4946
fi
5047

0 commit comments

Comments
 (0)