diff options
| author | 2019-01-14 01:41:26 -0500 | |
|---|---|---|
| committer | 2019-01-14 01:41:26 -0500 | |
| commit | 6aa7e04e06423e7d92ede727489ea346e88f7108 (patch) | |
| tree | 9bdec92fd17898b662235bc0a491de827990130c /.travis.yml | |
| parent | c59817e300dbe1aab3120cad603cdb14b14ed78b (diff) | |
| parent | dddfa903d2b856146f05ffb4415c31d6127bb5bf (diff) | |
Update upstream source from tag 'upstream/2.8.0'
Update to upstream version '2.8.0'
with Debian dir 569f5866fbcf4e449c6c48dc5d20a3ab54f95252
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 |
