mikaela.github.io/.travis.yml
Mikaela Suomalainen 5beffad387
.travis.yml: ignore pages/discuss
Apparently it's upset with matrix.to link that is not exactly under my
control so I opt to ignore it instead. I hope this will work.
2020-11-22 18:21:57 +02:00

21 lines
409 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 pages/discuss
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true