Skip to content

Commit

Permalink
Update travis tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 13, 2019
1 parent 19a644c commit 6594d03
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
@@ -1,26 +1,27 @@
language: ruby
sudo: false
dist: trusty
dist: xenial

cache: bundler

addons:
apt:
packages:
- bind9

before_script:
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
- gem update --system
- gem install bundler

matrix:
include:
- rvm: 2.3
- rvm: 2.4
- rvm: 2.5
- rvm: ruby-head
- rvm: 2.6
- rvm: truffleruby
- rvm: jruby-head
env:
- JRUBY_OPTS="--debug -X+O"
env: JRUBY_OPTS="--debug -X+O"
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
- rvm: truffleruby
- rvm: jruby-head

0 comments on commit 6594d03

Please sign in to comment.