Skip to content

Commit

Permalink
Add new Rubies to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Feb 21, 2014
1 parent 0d3f33d commit f89fffe
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
@@ -1,11 +1,15 @@
language: ruby
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"
- "2.0.0"
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- jruby-head
- rbx-2
- rbx
- ree
script: bundle exec rake

0 comments on commit f89fffe

Please sign in to comment.