Skip to content

Commit

Permalink
Conditionally load GFM-parser gem in CI builds (jekyll#535)
Browse files Browse the repository at this point in the history
Merge pull request 535
  • Loading branch information
ashmaroli authored Aug 20, 2020
1 parent 49f6dce commit bce9a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ script: script/cibuild

env:
matrix:
- JEKYLL_VERSION="~> 3.8"
- JEKYLL_VERSION="~> 3.8.0"
- 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 @@ -4,3 +4,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 bce9a0c

Please sign in to comment.