mikaela.github.io/.travis.yml
Mikaela Suomalainen f71ccb46f6
.travis.yml: unspecify Python version
The default is currently 3.6 and as it's unlikely to become 2, it may
make more sense to follow the default than remember to increase this at
times.

As this has been tested in another branch,

[CI SKIP]
2020-05-11 16:42:49 +03:00

21 lines
395 B
YAML

language: python
addons:
apt:
packages:
- openjdk-8-jre # install Java8 as required by vnu.jar
before_install:
- gem install github-pages #jekyll-theme-midnight
install:
- pip install html5validator
script:
- jekyll build --drafts --profile
- html5validator --root _site/ --also-check-css --blacklist r or ir
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true