mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
Mikaela Suomalainen
2a67f298f2
Currently it's forced to be true, because it fails too much due to the validator being old and not understanding Upgrade Insecure Requests.
17 lines
385 B
YAML
17 lines
385 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/|true"
|
|
rvm: 2.1
|
|
notifications:
|
|
email: false
|
|
matrix:
|
|
fast_finish: true
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|