mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-25 20:52:34 +01:00
.travis.yml: add another ignore
This commit is contained in:
parent
cf596b960d
commit
46ecacf162
@ -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”.'
|
||||
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.' '“&” did not start a character reference. (“&” probably should have been escaped as “&”.)'
|
||||
rvm: 2.1
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user