Skip to content

Commit

Permalink
Test in all rubies, lets check if something fails
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Oct 31, 2012
1 parent 4d33767 commit cdd81de
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .travis.yml
@@ -1,6 +1,21 @@
language: ruby
services: mongodb
rvm:
- 1.9.2
- 1.9.3
#- jruby-19mode JRuby in 1.9 mode pending
- jruby
- jruby-head
branches:
only:
- master
env:
- JRUBY_OPTS="--1.8 --server"
- JRUBY_OPTS="--1.9 --server"
matrix:
include:
- rvm: 1.8.7
env: ''
- rvm: 1.9.2
env: ''
- rvm: 1.9.3
env: ''
- rvm: ruby-head
env: ''

0 comments on commit cdd81de

Please sign in to comment.