mikaela.github.io/.travis.yml
Mikaela Suomalainen dca0df4730 .travis.yml: fix validation
ignore the Upgrade Insecure Requests error
2015-10-10 08:05:33 +03:00

17 lines
475 B
YAML

language: ruby
sudo: false
script:
- gem install github-pages
- 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”.'
rvm: 2.1
notifications:
email: false
matrix:
fast_finish: true
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true