jekyll-seo-tag/.travis.yml

13 lines
179 B
YAML
Raw Normal View History

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
2016-08-16 15:29:00 +00:00
language: ruby
2015-10-25 21:21:46 +00:00
script: script/cibuild
sudo: false
cache: bundler
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true