mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07: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
|