Skip to content

Commit 6a5897c

Browse files
authored
Merge pull request #181 from rspec/follow-changes-of-jruby-versions-on-travis-ci
Follow change of JRuby versions on Travis CI
2 parents 50e0989 + cf83e4f commit 6a5897c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

travis/.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@ rvm:
2525
- rbx
2626
- jruby
2727
- jruby-head
28-
- jruby-18mode
29-
- jruby-9.1.2.0
28+
- jruby-1.7
29+
env:
30+
- JRUBY_OPTS='--dev'
3031
matrix:
32+
include:
33+
- rvm: jruby-1.7
34+
env: JRUBY_OPTS='--dev --1.8'
3135
allow_failures:
3236
- rvm: jruby-head
3337
- rvm: ruby-head
3438
- rvm: rbx
3539
fast_finish: true
36-
env:
37-
- JRUBY_OPTS='--dev'
3840
branches:
3941
only:
4042
- master

0 commit comments

Comments
 (0)