Skip to content

Commit

Permalink
Test more rubies on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Mar 10, 2015
1 parent 1a770ae commit 60cad2f
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .travis.yml
@@ -1,12 +1,30 @@
bundler_args: --retry=3 --jobs=3
cache: bundler
language: ruby
sudo: false
bundler_args: "--retry=3 --jobs=3"
rvm:
- 2.0
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.2.0
- 2.2.1
- jruby-19mode
- jruby
- jruby-head
- jruby-9.0.0.0.pre1
- rbx-2
- ruby-head
env:
global:
- JRUBY_OPTS="-J-Xmx1024M --debug"
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: 2.2.0
- rvm: jruby-19mode
- rvm: jruby
- rvm: jruby-head
- rvm: jruby-9.0.0.0.pre1
- rvm: rbx-2
- rvm: ruby-head
fast_finish: true

0 comments on commit 60cad2f

Please sign in to comment.