We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45278d commit 335cc97Copy full SHA for 335cc97
.travis.yml
@@ -1,13 +1,26 @@
1
language: ruby
2
-sudo: false
3
-rvm:
4
- - 2.0
5
- - 2.1
6
- - 2.2
7
- - 2.3
8
- - 2.4
9
- - ruby-head
+cache: bundler
+
+before_script:
+ - gem update --system
+ - gem install bundler
10
addons:
11
apt:
12
packages:
13
- bind9
+matrix:
14
+ include:
15
+ - rvm: 2.3
16
+ - rvm: 2.4
17
+ - rvm: 2.5
18
+ - rvm: 2.6
19
+ - rvm: jruby-head
20
+ env: JRUBY_OPTS="--debug -X+O"
21
+ - rvm: ruby-head
22
+ - rvm: rbx-3
23
+ allow_failures:
24
25
26
Gemfile
@@ -4,7 +4,7 @@ gemspec
group :development do
gem "process-daemon"
- gem "nio4r", "~> 1.0"
+ gem "nio4r"
end
group :test do
0 commit comments