Skip to content

Commit

Permalink
updated test config
Browse files Browse the repository at this point in the history
  • Loading branch information
stve committed Jun 15, 2014
1 parent ba275c8 commit f8072da
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
@@ -1,8 +1,20 @@
bundler_args: --without development
language: ruby
rvm:
- jruby-19mode
- rbx-19mode
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- rbx-2
- ruby-head
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
allow_failures:
- rvm: jruby-19mode
- rvm: jruby-head
- rvm: rbx-2
- rvm: ruby-head
fast_finish: true

0 comments on commit f8072da

Please sign in to comment.