diff options
| author | 2019-01-14 01:40:56 -0500 | |
|---|---|---|
| committer | 2019-01-14 01:40:56 -0500 | |
| commit | dddfa903d2b856146f05ffb4415c31d6127bb5bf (patch) | |
| tree | e38c2aca92b54f06ccd0185f48dc47e3e1b3d77e /.travis.yml | |
| parent | 8280a21a23d44aa90177e2bc041d0b8dc8556f4b (diff) | |
New upstream version 2.8.0upstream/2.8.0
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 19 |
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 |
