Skip to content

Commit

Permalink
Travis tests against rails 3.0, 3.1, and 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreux committed May 3, 2012
1 parent 46420a0 commit ea00502
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ script: bundle exec rake
rvm:
- ree
- 1.9.2
- 1.9.3
before_install:
- gem update --system
- gem --version
env:
- RAILS=3.0.12
- RAILS=3.1.4
- RAILS=3.2.3

0 comments on commit ea00502

Please sign in to comment.