Skip to content

Commit eab72b8

Browse files
committed
[travis-ci] explicit rvm: jruby + use oracle jdk 7 and 8
1 parent 59347f2 commit eab72b8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ matrix:
2323
- jdk: openjdk6
2424
env: TEST_PROFILE=test-9000
2525
include:
26-
- jdk: openjdk7
27-
env: TEST_COMMAND="ruby -S rake integration:install integration:test"
26+
- jdk: oraclejdk7
27+
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
28+
rvm: jruby
29+
- jdk: oraclejdk8
30+
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
31+
rvm: jruby
2832
notifications:
2933
irc:
3034
channels:

0 commit comments

Comments
 (0)