Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Sep 29, 2012
1 parent f535684 commit b7b804e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,17 @@
language: ruby
bundler_args: --without development
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2
- 1.9.3 - 1.9.3
- ruby-head - ruby-head
- ree - ree
#- jruby-18mode - jruby-18mode
#- jruby-19mode - jruby-19mode
#- jruby-head - jruby-head
- rbx-18mode - rbx-18mode
- rbx-19mode - rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head

0 comments on commit b7b804e

Please sign in to comment.