mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
.travis.yml: fix validation
ignore the Upgrade Insecure Requests error
This commit is contained in:
parent
502cb9c571
commit
dca0df4730
10
.travis.yml
10
.travis.yml
@ -1,11 +1,11 @@
|
||||
language: ruby
|
||||
sudo: false
|
||||
script:
|
||||
- "gem install github-pages"
|
||||
- "jekyll build --drafts"
|
||||
"python2 --version && python2 -m pip --version"
|
||||
- "python2 -m pip install html5validator --user --upgrade"
|
||||
- "~/.local/bin/html5validator --root _site/|true"
|
||||
- gem install github-pages
|
||||
- jekyll build --drafts
|
||||
- python2 --version && python2 -m pip --version
|
||||
- python2 -m pip install html5validator --user --upgrade
|
||||
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.'
|
||||
rvm: 2.1
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user