mikaela.github.io/.travis.yml

30 lines
1009 B
YAML
Raw Normal View History

2014-12-29 18:36:48 +01:00
language: ruby
2014-12-29 18:36:48 +01:00
sudo: false
script:
- gem install github-pages
- jekyll build --drafts
- python2 --version && python2 -m pip --version
- python2 -m pip install html5validator --user --upgrade
2015-10-10 08:43:24 +02:00
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.' --blacklist r
2015-02-13 09:44:28 +01:00
rvm: 2.1
2014-12-29 18:36:48 +01:00
notifications:
2015-02-13 09:44:28 +01:00
email: false
# In hope Travis will be more reliable than Notifico...
irc:
channels:
# Encrypted in case this repo will be forked and Travis
# enabled for the fork(s).
# travis encrypt "ircs://irc.freenode.net:6697/##Mikaela" -r Mikaela/mikaela.github.io
- secure: "lhesEYTGkRQ1wpEnWxpno0I+9+bFH03okjDcIxolIirsmQFxDlWdLDDynODnomiwSJaqUJi2oOboSPwWG4Nh8tVoXQgqi8g7y3W8M1wTsDcdPa5Um7O/44hKcRQey0Sj3wa3RWytK3VywFwpoZPY8gOMvQtOwEXRF/AF7YOJ064="
use_notice: true
2014-12-29 18:36:48 +01:00
matrix:
fast_finish: true
env:
global:
2015-02-13 09:44:28 +01:00
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true