test(integration): Make integration tests work with fixed dep version

This commit is contained in:
Pixelastic 2018-12-07 15:42:18 +01:00
parent 84e2f5bf77
commit 377b517e81
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ source 'https://rubygems.org'
gem 'jekyll', '~> 3.7.3'
# Note: jekyll-remote-theme download themes on each run, which makes tests
# really slow. To workaround the issue, I submitted a PR to add a cache duration
# to the download. It hasn't been merged yet, so we're using the PR fork for now
# Once https://github.com/benbalter/jekyll-remote-theme/pull/36 is merged, we'll
# be able to use the official gem
gem 'jekyll-remote-theme',
git: 'https://github.com/pixelastic/jekyll-remote-theme',
branch: 'cache'

View File

@ -2,7 +2,7 @@ collections:
my-collection:
output: true
timezone: Europe/Paris
remote_theme: "mmistakes/minimal-mistakes"
remote_theme: "mmistakes/minimal-mistakes@4.13.0"
remote_theme_cache: 3600
algolia: