Skip to content

Commit

Permalink
defining acceptable ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wbailey committed May 24, 2012
1 parent 35918ea commit cdda611
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec

0 comments on commit cdda611

Please sign in to comment.