1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Update TruffleRuby in .travis.yml and allow failures again

Unfortunately, there are still various edge-cases where things randomly
break due to TruffleRuby differences or incompatibilities to other gems.

This time, it was an incompatibility with a json gem update described in
https://github.com/oracle/truffleruby/issues/1857.

We will still try to keep Rackstash compatible with TruffleRuby but will
not consider full support for it release-critical for now.
This commit is contained in:
Holger Just 2019-12-18 12:45:46 +01:00
parent 7fe284309b
commit 23aabecacc

View File

@ -13,7 +13,7 @@ rvm:
# Latest Rubies on top
- 2.6.2
- jruby-9.2.6.0
- truffleruby-19.0.0
- truffleruby-19.3.0
# Older versions
- 2.5.5
@ -41,6 +41,8 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: truffleruby-19.3.0
before_install:
# Bundler 2.0 requires at least Ruby 2.3. We need to explicitly install an