Permalink
Please
sign in to comment.
Showing
with
13 additions
and 2 deletions.
- +10 −1 .travis.yml
- +2 −0 Gemfile
- +1 −1 minima.gemspec
@@ -1,6 +1,15 @@ | ||
language: ruby | ||
cache: bundler | ||
rvm: 2.4 | ||
rvm: | ||
- 2.6 | ||
- 2.4 | ||
|
||
before_install: gem update --system | ||
install: script/bootstrap | ||
script: script/cibuild | ||
|
||
env: | ||
matrix: | ||
- JEKYLL_VERSION="~> 3.5" | ||
- JEKYLL_VERSION="~> 3.8.0" | ||
- JEKYLL_VERSION=">= 4.0.0.pre.alpha1" |
0 comments on commit
70875e3