.travis.yml: initial html5validation

Currently it's forced to be true, because it fails too much due to the
validator being old and not understanding Upgrade Insecure Requests.
This commit is contained in:
Aminda Suomalainen 2015-10-09 13:30:11 +03:00
parent 859d9e2b32
commit 2a67f298f2
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
language: ruby
sudo: false
script: "set -e && gem install github-pages && jekyll build --drafts"
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/|true"
rvm: 2.1
notifications:
email: false