Skip to content

Commit

Permalink
Add 2.4 and start testing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordon Bedwell committed Jun 2, 2015
1 parent eefeaab commit 38e5203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ matrix:
exclude:
- rvm: 1.9
env: JEKYLL_VERSION=3.0.0.beta5
- env: JEKYLL_VERSION=2.4
rvm:
- 2.1
- 2.2

env:
matrix:
- ""
- JEKYLL_VERSION=2.4
- JEKYLL_VERSION=3.0.0.beta5
2 changes: 1 addition & 1 deletion jekyll-feed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency "jekyll", ">= 2.5"
spec.add_development_dependency "jekyll", ">= 2.4.0", "< 3.1.0"
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 38e5203

Please sign in to comment.