jekyll-seo-tag/.travis.yml

19 lines
267 B
YAML
Raw Normal View History

language: ruby
cache: bundler
2015-10-25 21:21:46 +00:00
rvm:
- 2.5
- 2.7
2019-05-16 18:53:04 +00:00
before_install:
- gem update --system
- gem install bundler
2015-10-25 21:21:46 +00:00
script: script/cibuild
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- JEKYLL_VERSION="~> 3.9"
- JEKYLL_VERSION="~> 4.0"