We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a9113 commit 9a5a37eCopy full SHA for 9a5a37e
1 file changed
.travis.yml
@@ -4,10 +4,6 @@ dist: precise # due OpenJDK 7
4
jdk:
5
- openjdk11
6
7
-rvm:
8
- - jruby-9.2.19.0
9
- - jruby-9.3.3.0
10
-
11
before_install:
12
- unset _JAVA_OPTIONS
13
- unset JRUBY_OPTS
@@ -29,8 +25,7 @@ matrix:
29
25
include:
30
26
- jdk: openjdk11
31
27
rvm: jruby-head
32
- - jdk: openjdk17
33
- rvm: jruby-9.3.3.0
28
+ script: jruby -rbundler/setup -S rake test
34
- jdk: openjdk8
35
rvm: jruby-9.1.17.0
36
script: jruby -rbundler/setup -S rake integration:install integration:test
0 commit comments