.travis.yml: last blacklist attempt

This commit is contained in:
Aminda Suomalainen 2015-10-10 09:43:24 +03:00
parent b7c25ef07b
commit 84cbf63a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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 _site/r/
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.' --blacklist r
rvm: 2.1
notifications:
email: false