Skip to content

Commit

Permalink
Travis: Test with Rails 2.3.x and 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Aug 6, 2011
1 parent 343478e commit 3f888d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
script: "rake"
rvm:
- 1.8.7
- 1.9.2
gemfile:
- ci/Gemfile.rails-2.3.x
- ci/Gemfile.rails-3.0.x
5 changes: 5 additions & 0 deletions ci/Gemfile.rails-2.3.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source :rubygems

gem 'activerecord', '~> 2.3'
gem 'sqlite3'
gem 'rake'
5 changes: 5 additions & 0 deletions ci/Gemfile.rails-3.0.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source :rubygems

gem 'activerecord', '~> 3.0'
gem 'sqlite3'
gem 'rake'

0 comments on commit 3f888d6

Please sign in to comment.