8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f6bc8e + ea98fa1 commit 2f6b47dCopy full SHA for 2f6b47d
.travis.yml
@@ -8,20 +8,18 @@ rvm:
8
- 2.3.5
9
- 2.4.2
10
- ruby-head
11
- - rbx-2
+ - rbx-3
12
matrix:
13
include:
14
- - rvm: jruby-9.1.4.0
15
- jdk: oraclejdk7
16
+ - rvm: jruby-9.1.14.0
17
jdk: oraclejdk8
18
19
jdk: openjdk7
20
- rvm: jruby-head
21
22
allow_failures:
23
- rvm: ruby-head
24
- - rvm: rbx-2
+ - rvm: rbx-3
25
26
before_install:
27
- gem update --system
@@ -30,3 +28,6 @@ before_install:
30
28
before_script:
31
29
- echo `whereis zip`
32
- echo `whereis unzip`
+env:
+ global:
33
+ - JRUBY_OPTS="--debug"
0 commit comments