Skip to content

Commit

Permalink
travis do not enforce https
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Sep 27, 2023
1 parent 78b4c70 commit 0c792f7
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 @@ -5,7 +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"
script: bundle exec jekyll build && bundle exec htmlproofer ./_site --only-4xx --ignore_status_codes "400,401,403" --enforce_https false
#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 0c792f7

Please sign in to comment.