Skip to content

Commit 91c5ad1

Browse files
committedJul 24, 2018
[ci] do not use failing to start 1.7 JRubies
... this will bite back later - let's keep moving forward
1 parent 33475eb commit 91c5ad1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,13 @@ matrix:
2929
- jdk: openjdk7
3030
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
3131
rvm: jruby-1.7.24
32-
- jdk: openjdk7
32+
- jdk: oraclejdk8
3333
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
3434
rvm: jruby-1.7.25
3535
- jdk: openjdk7
3636
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
3737
rvm: jruby-1.7.26
3838
#
39-
- jdk: openjdk7
40-
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn verify -P test-1.7.24" BUNDLE_INSTALL=true RUBY_MAVEN_VERSION=3.3.8
41-
rvm: jruby-1.7.22
4239
- jdk: openjdk7
4340
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn verify -P test-1.7.26" BUNDLE_INSTALL=true RUBY_MAVEN_VERSION=3.3.8
4441
rvm: jruby-1.7.26
@@ -57,7 +54,7 @@ matrix:
5754
rvm: jruby-1.7.26
5855
- jdk: openjdk7
5956
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
60-
rvm: jruby-1.7.21
57+
rvm: jruby-1.7.24
6158
- jdk: oraclejdk8
6259
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
6360
rvm: jruby-9.0.5.0

0 commit comments

Comments
 (0)
Please sign in to comment.