Travis: Do not test on jruby-head (#567)
This commit is contained in:
parent
b36d85eb53
commit
d1e09f6964
|
@ -4,6 +4,7 @@ cache:
|
||||||
before_install:
|
before_install:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- rvm: 2.2.8
|
- rvm: 2.2.8
|
||||||
install: true # This skips 'bundle install'
|
install: true # This skips 'bundle install'
|
||||||
|
@ -18,14 +19,6 @@ matrix:
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
env:
|
env:
|
||||||
- JRUBY_OPTS=--debug
|
- JRUBY_OPTS=--debug
|
||||||
- rvm: jruby-head
|
|
||||||
jdk: oraclejdk8
|
|
||||||
env:
|
|
||||||
- JRUBY_OPTS=--debug
|
|
||||||
- DEBUG=1
|
|
||||||
allow_failures:
|
|
||||||
- rvm: jruby-head
|
|
||||||
fast_finish: true
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
code_climate:
|
code_climate:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user