Skip to content

Commit

Permalink
Test on more rubies!
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 10, 2017
1 parent abd790c commit 5da51eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ addons:
packages:
- bind9
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- rbx-2
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
- rvm: jruby-head
2 changes: 1 addition & 1 deletion async-dns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.has_rdoc = "yard"

spec.add_dependency("async", "~> 0.10")
spec.add_dependency("async", "~> 0.11")

spec.add_development_dependency "process-daemon", "~> 1.0.0"

Expand Down

0 comments on commit 5da51eb

Please sign in to comment.