mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
.travis.yml: fix blacklist
This commit is contained in:
parent
81fa45df86
commit
b7c25ef07b
@ -5,7 +5,7 @@ script:
|
||||
- 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”.' --blacklist r/
|
||||
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.' --blacklist _site/r/
|
||||
rvm: 2.1
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user