mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
18 lines
244 B
YAML
18 lines
244 B
YAML
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
rvm: 2.4
|
|
|
|
before_install:
|
|
- gem update --system
|
|
install: bundle install
|
|
script: bundle exec jekyll build --trace
|
|
|
|
branches:
|
|
only:
|
|
- gh-pages
|
|
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|