Remove jruby from TravisCI build matrix

The build is consistently failing with jruby-19 / 3.2.gemfile because
bundler cannot install activesupport.
This commit is contained in:
Oli Peate 2017-06-14 15:38:59 +01:00 committed by Oliver Peate
parent 5a00fab05a
commit 9f1b32e071
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ rvm:
- 2.2.5
- 2.3.1
- ruby-head
- jruby-19mode
- rbx-2
before_install:
- gem update --system
@ -30,8 +29,6 @@ matrix:
gemfile: gemfiles/5.0.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-19mode
gemfile: gemfiles/5.0.gemfile
- rvm: rbx-2
branches:
only: