1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

travis.yml - update to 2.5.5 & 2.6.2, remove 2.6.2 from allow failure

JRuby 9.2.6.0 may have intermittent test failures, leave for now

Co-authored-by: MSP-Greg <greg.mpls@gmail.com>
Co-authored-by: guilleiguaran <guilleiguaran@gmail.com>
This commit is contained in:
MSP-Greg 2019-03-18 19:10:44 -05:00
parent b94c3e34fa
commit d1ac2bf1d3

View file

@ -24,8 +24,8 @@ rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6
- 2.5.5
- 2.6.2
- ruby-head
matrix:
@ -35,13 +35,12 @@ matrix:
env: RUBYOPT="--jit"
- rvm: 2.3.8
os: osx
- rvm: 2.5.3
- rvm: 2.5.5
os: osx
- rvm: jruby-9.2.6.0
- rvm: jruby-head
allow_failures:
- rvm: 2.6
- rvm: ruby-head
- rvm: ruby-head
env: RUBYOPT="--jit"