mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-26 06:19:33 +01:00
.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:
parent
859d9e2b32
commit
2a67f298f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user