Skip to content

Commit

Permalink
WIP: Try to prevent Travis job logs from getting cut off by sleeping …
Browse files Browse the repository at this point in the history
…for 5 seconds in `after_script`
  • Loading branch information
acdvorak committed Sep 20, 2018
1 parent ddc6050 commit 9a42b9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,11 @@ install:
# Noisy output, but useful for debugging npm package dependency version issues:
#- npm ls

after_script:
# Prevent Travis job logs from getting truncated early.
# See https://github.com/travis-ci/travis-ci/issues/6421#issuecomment-238137337
- sleep 5

matrix:
include:

Expand Down

0 comments on commit 9a42b9e

Please sign in to comment.