diff --git a/.travis.yml b/.travis.yml index 8e258f2..1ba1b52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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”.' '“&” did not start a character reference. (“&” probably should have been escaped as “&”.)' + - ~/.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