8000 Merge pull request #346 from olleolleolle/patch-2 · rubyzip/rubyzip@2f6b47d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f6b47d

Browse files
authored
Merge pull request #346 from olleolleolle/patch-2
Travis: JRuby code coverage possible using the --debug flag, drop a failing JDK variant, use Rubinius rbx-3
2 parents 2f6bc8e + ea98fa1 commit 2f6b47d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@ rvm:
88
- 2.3.5
99
- 2.4.2
1010
- ruby-head
11-
- rbx-2
11+
- rbx-3
1212
matrix:
1313
include:
14-
- rvm: jruby-9.1.4.0
15-
jdk: oraclejdk7
16-
- rvm: jruby-9.1.4.0
14+
- rvm: jruby-9.1.14.0
1715
jdk: oraclejdk8
18-
- rvm: jruby-9.1.4.0
16+
- rvm: jruby-9.1.14.0
1917
jdk: openjdk7
2018
- rvm: jruby-head
2119
jdk: oraclejdk8
2220
allow_failures:
2321
- rvm: ruby-head
24-
- rvm: rbx-2
22+
- rvm: rbx-3
2523
- rvm: jruby-head
2624
before_install:
2725
- gem update --system
@@ -30,3 +28,6 @@ before_install:
3028
before_script:
3129
- echo `whereis zip`
3230
- echo `whereis unzip`
31+
env:
32+
global:
33+
- JRUBY_OPTS="--debug"

0 commit comments

Comments
 (0)
0