We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1326d commit 377fb60Copy full SHA for 377fb60
.travis.yml
@@ -5,7 +5,7 @@ rvm:
5
# install will run bundle install by default (make sure Gemfile has dependencies)
6
#install: gem install bundler && bundle install
7
8
-script: bundle exec jekyll build && bundle exec htmlproofer ./_site --only-4xx --ignore_status_codes "400,401,403" --enforce_https false --ignore_urls "/LaPy,/LaPy/,/BrainPrint,https://dx.doi.org/10.3174/ajnr.A4508,https://dx.doi.org/10.1212/WNL.0000000000000187"
+script: bundle exec jekyll build && bundle exec htmlproofer ./_site --only-4xx --ignore_status_codes "400,401,403" --enforce_https false --ignore_urls "/LaPy,/LaPy/,/BrainPrint,/fsqc/,https://dx.doi.org/10.3174/ajnr.A4508,https://dx.doi.org/10.1212/WNL.0000000000000187"
9
#passing longer timeout for external url check:
10
#script: bundle exec jekyll build && bundle exec htmlproofer ./_site --typhoeus '{ "timeout":30 , "verbose":"true" }'
11
0 commit comments