mikaela.github.io/.travis.yml

12 lines
222 B
YAML
Raw Normal View History

2014-12-29 18:36:48 +01:00
language: ruby
sudo: false
script: "set -e && gem install github-pages && jekyll build --drafts"
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
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