From 6abc4575e5ca6fc8fbef19b43995546baf8e369a Mon Sep 17 00:00:00 2001 From: Martin Reuter Date: Thu, 28 Sep 2023 00:32:17 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53950ee..ecd22ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ rvm: #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_paths "/LaPy,/BrainPrint" \ + --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" }'