We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3919495 commit dbc3c47Copy full SHA for dbc3c47
1 file changed
.travis.yml
@@ -69,7 +69,7 @@ install:
69
# Append output to hugo.log file to print at the end of the travis job
70
# (see https://stackoverflow.com/questions/418896/how-to-redirect-output-to-a-file-and-stdout)
71
72
- - ./node_modules/.bin/hugo --environment $TRAVIS_BRANCH 2>&1 | tee -a $TRAVIS_BUILD_DIR/hugo.log
+ - travis_wait 15 bash -c './node_modules/.bin/hugo --environment $TRAVIS_BRANCH 2>&1 | tee -a $TRAVIS_BUILD_DIR/hugo.log'
73
74
# normal htmltest takes too much memory - using a modified version which strips <aside> tag content
75
# NB - Set pipefail so that Travis CI sees the return code from `tee` and not from `htmltest` so it will always build.
0 commit comments