mikaela.github.io/.travis.yml

23 lines
412 B
YAML
Raw Normal View History

2016-08-04 15:55:53 +03:00
language: python
python:
2019-08-08 20:18:02 +03:00
- "3.6"
2019-05-04 13:36:51 +03:00
addons:
apt:
packages:
- openjdk-8-jre # install Java8 as required by vnu.jar
2016-08-04 15:55:53 +03:00
before_install:
2019-05-04 13:44:59 +03:00
- gem install github-pages #jekyll-theme-midnight
2016-08-04 15:55:53 +03:00
install:
- pip install html5validator
2016-08-04 15:55:53 +03:00
script:
- jekyll build --drafts --profile
2019-05-06 12:46:39 +03:00
- html5validator --root _site/ --also-check-css --blacklist r or ir
env:
global:
2015-02-13 10:44:28 +02:00
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true