Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Sep 27, 2023
1 parent 964791f commit 6abc457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }'
Expand Down

0 comments on commit 6abc457

Please sign in to comment.