Skip to content

Commit

Permalink
Don't test on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 26, 2016
1 parent bf14715 commit 264d87c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
bundler_args: --without development
language: ruby
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- jruby-18mode
- jruby-19mode
- jruby-9.1.6.0
- ruby-head
matrix:
allow_failures:
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: ruby-head
fast_finish: true
script: bundle exec thor spec
Expand Down

0 comments on commit 264d87c

Please sign in to comment.