From f37ba73c4d896845bc126150e7e960b6a9ab1744 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Wed, 1 Jul 2026 16:51:20 +0200 Subject: [PATCH] Add logging to travis.yml and do not run htmltest --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66aaa9309ec..163ef78d828 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ cache: before_install: ############### # Hugo, Docsy and dependencies are installed via npm - - travis_retry npm install # use npm rather than yarn - HUGO doesn't have that many dependencies + - travis_retry npm install --loglevel verbose # use npm rather than yarn - HUGO doesn't have that many dependencies # # Currently will use custom version of htmltest stored in /htmltest/htmltest # This version makes the html.Parse much smaller @@ -69,7 +69,9 @@ install: # Append output to hugo.log file to print at the end of the travis job # (see https://stackoverflow.com/questions/418896/how-to-redirect-output-to-a-file-and-stdout) - - ./node_modules/.bin/hugo --environment $TRAVIS_BRANCH 2>&1 | tee -a $TRAVIS_BUILD_DIR/hugo.log + - echo $(date) | tee -a $TRAVIS_BUILD_DIR/hugo.log + - ./node_modules/.bin/hugo --environment $TRAVIS_BRANCH --logLevel debug 2>&1 | tee -a $TRAVIS_BUILD_DIR/hugo.log + - echo $(date) | tee -a $TRAVIS_BUILD_DIR/hugo.log # normal htmltest takes too much memory - using a modified version which strips