mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
update Travis config
This commit is contained in:
+16
-3
@@ -1,4 +1,17 @@
|
||||
install: gem install github-pages
|
||||
script: jekyll build --trace
|
||||
sudo: false
|
||||
rvm: 2.1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user