jekyll-seo-tag/.travis.yml

13 lines
168 B
YAML
Raw Normal View History

language: ruby
cache: bundler
2015-10-25 21:21:46 +00:00
rvm:
- 2.4
- 2.6
2015-10-25 21:21:46 +00:00
before_install: gem install bundler
script: script/cibuild
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true