From 82857386ca94d4a9488bbd1804b1b25b1d962301 Mon Sep 17 00:00:00 2001 From: Martin Reuter Date: Thu, 28 Sep 2023 00:36:58 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecd22ef..13cf577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ rvm: # install will run bundle install by default (make sure Gemfile has dependencies) #install: gem install bundler && bundle install -script: bundle exec jekyll build && bundle exec htmlproofer ./_site --only-4xx --ignore_status_codes "400,401,403" \ - --enforce_https false --ignore_files "/LaPy,/BrainPrint" \ - --typhoeus_config '{ "timeout":20 , "verbose":"true" }' +script: bundle exec jekyll build && bundle exec htmlproofer ./_site --only-4xx --ignore_status_codes "400,401,403" --enforce_https false --ignore_files "/LaPy,/BrainPrint" --typhoeus_config '{ "timeout":20 , "verbose":"true" }' #passing longer timeout for external url check: #script: bundle exec jekyll build && bundle exec htmlproofer ./_site --check_html --typhoeus_config '{ "timeout":30 , "verbose":"true" }'