Skip to content

Commit

Permalink
attempt CI testing of rails 2 + 3 🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Horner committed Feb 24, 2012
1 parent e6cbe82 commit 1f510d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,6 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
gemfiles:
- ci/rails2.gemfile
- ci/rails3.gemfile
4 changes: 4 additions & 0 deletions ci/rails2.gemfile
@@ -0,0 +1,4 @@
source :rubygems

gemspec :path => "../"
gem 'rails', '~> 2.3.14', :group => :development
4 changes: 4 additions & 0 deletions ci/rails3.gemfile
@@ -0,0 +1,4 @@
source :rubygems

gemspec :path => "../"
gem 'rails', '~> 3.0.10', :group => :development
2 changes: 1 addition & 1 deletion tarantula.gemspec
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rdiscount", "~> 1.6.8"
s.add_development_dependency "log_buddy", "~> 0.6.0"
s.add_development_dependency "mocha", "~> 0.9.12"
s.add_development_dependency "rails", "~> 3.0.9"
s.add_development_dependency "rails", ">= 2.3.0"
end

0 comments on commit 1f510d0

Please sign in to comment.