Skip to content

Commit e1266f1

Browse files
ashmarolijekyllbot
authored andcommitted
Stop testing with backwards-compatible site config (#211)
Merge pull request 211
1 parent 21d18e0 commit e1266f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
rvm: 2.5.3
1313
env: GH_PAGES=true
1414
- rvm: *latest_ruby
15-
env: JEKYLL_VERSION=">= 4.0.0.pre.alpha1"
15+
env: JEKYLL_VERSION="~> 4.0"
1616

1717
before_install:
1818
- gem update --system

spec/spec_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ def config
4242
"authors" => {},
4343
},
4444
"url" => "http://jekyllrb.com",
45-
"gems" => [
45+
"plugins" => [
4646
"jekyll-redirect-from",
4747
"jekyll-sitemap",
4848
],
4949
"defaults" => [{
5050
"scope" => { "path" => "" },
5151
"values" => { "layout" => "layout" },
5252
}]
53-
).backwards_compatibilize
53+
)
5454
end
5555

5656
def site

0 commit comments

Comments
 (0)