Skip to content

Commit 264d87c

Browse files
committed
Don't test on JRuby
1 parent bf14715 commit 264d87c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
bundler_args: --without development
22
language: ruby
3-
env:
4-
global:
5-
- JRUBY_OPTS="$JRUBY_OPTS --debug"
63
rvm:
74
- 1.8.7
85
- 1.9.3
96
- 2.0.0
107
- 2.1.10
118
- 2.2.6
129
- 2.3.3
13-
- jruby-18mode
14-
- jruby-19mode
15-
- jruby-9.1.6.0
1610
- ruby-head
1711
matrix:
1812
allow_failures:
19-
- rvm: jruby-18mode
20-
- rvm: jruby-19mode
2113
- rvm: ruby-head
2214
fast_finish: true
2315
script: bundle exec thor spec

0 commit comments

Comments
 (0)