Skip to content

Commit 335cc97

Browse files
committed
Update travis testing.
1 parent a45278d commit 335cc97

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

.travis.yml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
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
2+
cache: bundler
3+
4+
before_script:
5+
- gem update --system
6+
- gem install bundler
7+
108
addons:
119
apt:
1210
packages:
1311
- bind9
12+
13+
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+
- rvm: ruby-head
25+
- rvm: jruby-head
26+
- rvm: rbx-3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec
44

55
group :development do
66
gem "process-daemon"
7-
gem "nio4r", "~> 1.0"
7+
gem "nio4r"
88
end
99

1010
group :test do

0 commit comments

Comments
 (0)