Skip to content

Commit

Permalink
Run travis against Rails 3-0-stable, 3-1-stable, 3-2-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Dec 27, 2011
1 parent 6fc68af commit 04af271
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,8 @@ rvm:
- 1.9.3
- ruby-head
- ree

gemfile:
- gemfiles/rails3_0.gemfile
- gemfiles/rails3_1.gemfile
- gemfiles/rails3_2.gemfile
6 changes: 6 additions & 0 deletions gemfiles/rails3_0.gemfile
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "rails", :git => "https://github.com/rails/rails.git", :branch => "3-0-stable"
gem "carrierwave", :path=> "../"

gemspec :path=>"../"
6 changes: 6 additions & 0 deletions gemfiles/rails3_1.gemfile
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "rails", :git => "https://github.com/rails/rails.git", :branch => "3-1-stable"
gem "carrierwave", :path=> "../"

gemspec :path=>"../"
6 changes: 6 additions & 0 deletions gemfiles/rails3_2.gemfile
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "rails", :git => "https://github.com/rails/rails.git", :branch => "3-2-stable"
gem "carrierwave", :path=> "../"

gemspec :path=>"../"

0 comments on commit 04af271

Please sign in to comment.