From 753b08e142728838ce17352cce56ea3879260155 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 6 Feb 2016 11:40:40 +0200 Subject: [PATCH] .travis.yml: add --profile to build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa7aaa5..c67aa37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false script: - gem install github-pages - - jekyll build --drafts + - jekyll build --drafts --profile - 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