mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
12 lines
213 B
YAML
12 lines
213 B
YAML
language: ruby
|
|
sudo: false
|
|
script: "set -e && gem install github-pages && jekyll build"
|
|
rvm: 2.1
|
|
notifications:
|
|
email: false
|
|
matrix:
|
|
fast_finish: true
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|