aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 12 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index e40d15e..4dc862b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,22 @@
language: ruby
rvm:
- - 2.2.4
- - 2.3.1
- - 2.4.0
+ - 2.3
+ - 2.4
+ - 2.5
+ - 2.6
- ruby-head
- jruby-9.1.6.0
+env:
+ - LONG_RUN=true
matrix:
include:
- - rvm: 2.0.0
- gemfile: Gemfile_ruby2
- - rvm: 2.1.8
- gemfile: Gemfile_ruby2
+ - rvm: 2.6
+ env: RUBYOPT=--jit LONG_RUN=true
+ - rvm: ruby-head
+ env: RUBYOPT=--jit LONG_RUN=true
allow_failures:
- rvm: ruby-head
+ - rvm: ruby-head
+ env: RUBYOPT=--jit LONG_RUN=true
- rvm: jruby-9.1.6.0
bundler_args: --without local_development