Skip to content

Commit 2ca2309

Browse files
author
jabenninghoff
committed
Document travis fix
1 parent f73988d commit 2ca2309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ version = JSON.parse(open('https://pages.github.com/versions.json').read)
77
ruby version['ruby']
88
gem 'github-pages', version['github-pages'], group: :jekyll_plugins
99
gem 'html-proofer', group: :htmlproofer
10-
gem 'json', group: :travis_ci
10+
gem 'json', group: :travis_ci # requiring json a second time fixes Travis CI builds

0 commit comments

Comments
 (0)