From 46ecacf1624e894a94b1df96344de4b8331081eb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 10 Oct 2015 09:27:03 +0300 Subject: [PATCH] .travis.yml: add another ignore --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20aef30..8e258f2 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”.' + - ~/.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