Skip to content

Commit

Permalink
Test on older rubies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 30, 2017
1 parent 8f90f12 commit f20a2fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,9 +1,11 @@
language: ruby
sudo: false
rvm:
- 2.2.6
- 2.3.0
- 2.4.0
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- ruby-head
addons:
apt:
Expand Down
2 changes: 0 additions & 2 deletions rubydns.gemspec
Expand Up @@ -28,8 +28,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.has_rdoc = "yard"

spec.required_ruby_version = '>= 2.2.6'

spec.add_dependency("async-dns", "~> 1.0")
spec.add_development_dependency("async-rspec", "~> 1.0")

Expand Down

0 comments on commit f20a2fc

Please sign in to comment.