From 64099724ea852dbe3c5245815e935f1d20c2d888 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Wed, 1 Jul 2026 13:56:02 +0200 Subject: [PATCH 1/2] Add Debug info for Hugo build. Echo date and time Add --logLevel debug Do not run htmltest --- .travis.yml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5eeb6baaef..fd3976a4693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,20 +74,23 @@ 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 - - # normal htmltest takes too much memory - using a modified version which strips