mikaela.github.io/.travis.yml

12 lines
213 B
YAML
Raw Normal View History

2014-12-29 19:36:48 +02:00
language: ruby
sudo: false
2015-02-13 10:44:28 +02:00
script: "set -e && gem install github-pages && jekyll build"
rvm: 2.1
2014-12-29 19:36:48 +02:00
notifications:
2015-02-13 10:44:28 +02:00
email: false
2014-12-29 19:36:48 +02:00
matrix:
fast_finish: true
env:
global:
2015-02-13 10:44:28 +02:00
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true