Skip to content

Commit e6fb890

Browse files
committed
Run tests and allow installation on ruby 2.3
This is only for net-http-persistent embedded in bundler. Other users must upgrade ruby.
1 parent 17953f9 commit e6fb890

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ notifications:
99
email:
1010
1111
rvm:
12+
- 2.3
1213
- 2.4
1314
- 2.5
1415
- 2.6

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Hoe.spec 'net-http-persistent' do
1313
self.readme_file = 'README.rdoc'
1414
self.extra_rdoc_files += Dir['*.rdoc']
1515

16-
self.require_ruby_version '~> 2.4'
16+
self.require_ruby_version '~> 2.3'
1717

1818
license 'MIT'
1919

0 commit comments

Comments
 (0)