Skip to content

Commit 406781b

Browse files
committed
Test against multiple versions of JRuby
1 parent f0a5a73 commit 406781b

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.travis.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
bundler_args: --without development
22
language: ruby
3-
matrix:
4-
allow_failures:
5-
- rvm: 1.8.7
6-
- rvm: jruby-head
7-
- rvm: rbx
8-
- rvm: ruby-head
9-
fast_finish: true
103
rvm:
114
- 1.8.7
125
- 1.9.2
136
- 1.9.3
147
- 2.0.0
15-
- jruby-head
168
- rbx
179
- ruby-head
10+
matrix:
11+
include:
12+
- rvm: jruby-19mode
13+
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
14+
- rvm: jruby-20mode
15+
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
16+
- rvm: jruby-head
17+
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
18+
allow_failures:
19+
- rvm: 1.8.7
20+
- rvm: jruby-19mode
21+
- rvm: jruby-20mode
22+
- rvm: jruby-head
23+
- rvm: rbx
24+
- rvm: ruby-head
25+
fast_finish: true
1826
script: bundle exec thor spec

0 commit comments

Comments
 (0)