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 6abc457 commit 8285738
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }'

Expand Down

0 comments on commit 8285738

Please sign in to comment.