Skip to content

Commit

Permalink
Update travis testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 17, 2018
1 parent a45278d commit 49466ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
28 changes: 20 additions & 8 deletions .travis.yml
@@ -1,13 +1,25 @@
language: ruby
sudo: false
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- ruby-head
cache: bundler

before_script:
- gem update --system
- gem install bundler

addons:
apt:
packages:
- bind9

matrix:
include:
- rvm: 2.3
- rvm: 2.4
- rvm: 2.5
- rvm: jruby-head
env: JRUBY_OPTS="--debug -X+O"
- rvm: ruby-head
- rvm: rbx-3
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ gemspec

group :development do
gem "process-daemon"
gem "nio4r", "~> 1.0"
gem "nio4r"
end

group :test do
Expand Down

0 comments on commit 49466ef

Please sign in to comment.