Files
liquid/.travis.yml
Frank Taillandier c2878c24c6 update Travis config
2018-03-29 16:20:14 +02:00

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