mikaela.github.io/.travis.yml

32 lines
675 B
YAML
Raw Normal View History

2016-08-04 14:55:53 +02:00
sudo: required
2016-08-04 14:55:53 +02:00
language: python
python:
- "3.5"
2016-08-04 14:55:53 +02:00
# install Java 8 as required by vnu.jar
before_install:
- sudo rm -f /etc/profile.d/jdk.sh
2016-11-25 12:05:50 +01:00
- sudo apt-get -y update
- sudo apt-get -y install oracle-java8-installer
2016-08-04 14:55:53 +02:00
- sudo update-java-alternatives -s java-8-oracle
2019-04-19 10:39:31 +02:00
- gem install github-pages jekyll-theme-midnight
2016-08-04 14:55:53 +02:00
install:
- pip install html5validator
2016-08-04 14:55:53 +02:00
script:
- jekyll build --drafts --profile
2019-02-02 12:27:46 +01:00
- html5validator --root _site/ --also-check-css --blacklist r or
env:
global:
2015-02-13 09:44:28 +01:00
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
2016-08-04 14:55:53 +02:00
notifications:
irc:
channels:
# To be encrypted if issues arise
- "ircs://chat.freenode.net:6697/##Mikaela"
2016-11-25 12:05:50 +01:00
use_notice: true