Skip to content

Commit

Permalink
Fix Travis builds for Jekyll 3.x (#415)
Browse files Browse the repository at this point in the history
Merge pull request 415
  • Loading branch information
ashmaroli authored Sep 21, 2020
1 parent 933b914 commit 6906e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- JEKYLL_VERSION="~> 3.8"
- JEKYLL_VERSION="~> 3.9"
- JEKYLL_VERSION="~> 4.0"
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6906e87

Please sign in to comment.