Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ruby 3.0 to CI #337

Merged
merged 5 commits into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: ruby
cache: bundler
rvm:
- &latest_ruby 2.7
- 3.0
- 2.7
- 2.5
env:
matrix:
- JEKYLL_VERSION="~> 3.9"
- JEKYLL_VERSION="~> 4.2"
matrix:
include:
- rvm: *latest_ruby
env: JEKYLL_VERSION="~> 3.9"
- rvm: *latest_ruby
exclude:
- rvm: 2.5
env: JEKYLL_VERSION="~> 4.2"
before_install:
- gem update --system
Expand Down
1 change: 1 addition & 0 deletions jekyll-feed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "nokogiri", "~> 1.6"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rss" if RUBY_VERSION >= '3.0.0'
DirtyF marked this conversation as resolved.
Show resolved Hide resolved
DirtyF marked this conversation as resolved.
Show resolved Hide resolved
spec.add_development_dependency "rubocop-jekyll", "~> 0.5"
spec.add_development_dependency "typhoeus", ">= 0.7", "< 2.0"
end