mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
.travis.yml: small cleaning & IRC notifications
As notifico has disabled somewhere, I enable Travis as backup. However this commit does currently nothing as Travis IRC bot is currently broken with SSL.
This commit is contained in:
parent
1239a8e897
commit
a10a5a8e03
13
.travis.yml
13
.travis.yml
@ -1,5 +1,7 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- gem install github-pages
|
- gem install github-pages
|
||||||
- jekyll build --drafts
|
- jekyll build --drafts
|
||||||
@ -7,10 +9,21 @@ script:
|
|||||||
- python2 -m pip install html5validator --user --upgrade
|
- python2 -m pip install html5validator --user --upgrade
|
||||||
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.' --blacklist r
|
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.' --blacklist r
|
||||||
rvm: 2.1
|
rvm: 2.1
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
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
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||||
|
Loading…
Reference in New Issue
Block a user