Skip to content

Commit

Permalink
Bundle kramdown-parser-gfm gem when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Nov 12, 2020
1 parent 4857af2 commit 10a2934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ cache:
matrix:
include:
- rvm: 2.7
env: TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8"
env: TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8.6"
- rvm: 2.7
env: TEST_SUITE=ruby JEKYLL_VERSION="~> 3.9"
- rvm: 2.7
env: TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"
env:
matrix:
- TEST_SUITE=node
- TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8"
- TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8.6"
- TEST_SUITE=ruby JEKYLL_VERSION="~> 3.9"
- TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"
# Temporarily disable gathering test coverage stats
# after_success:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gemspec

# To allow testing with specific Jekyll versions
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"

# Fixture site dependencies
gem "jekyll-redirect-from"
Expand Down

0 comments on commit 10a2934

Please sign in to comment.