Fix Travis builds for Jekyll 3.x (#415)

Merge pull request 415
This commit is contained in:
Ashwin Maroli 2020-09-21 21:09:43 +05:30 committed by GitHub
parent 933b914ab2
commit 6906e8792e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -14,5 +14,5 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- JEKYLL_VERSION="~> 3.8"
- JEKYLL_VERSION="~> 3.9"
- JEKYLL_VERSION="~> 4.0"

View File

@ -5,3 +5,4 @@ source "https://rubygems.org"
gemspec
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"