Skip to content

Commit

Permalink
Try testing on recent versions of Ruby. Remove Rake version constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 3, 2020
1 parent d687ced commit 184bec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -2,10 +2,9 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.5
- 2.6
- 2.7
env:
global:
# MAILGUN_API_KEY
Expand Down
2 changes: 1 addition & 1 deletion multi_mail.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
# For testing
s.add_development_dependency('actionmailer', '~> 4.2.1')
s.add_development_dependency('coveralls')
s.add_development_dependency('rake', '< 11.0')
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 3.0')

# For Rake tasks
Expand Down

0 comments on commit 184bec8

Please sign in to comment.