Commit 63f717e3 by Arun Agrawal

Added 3.2.15 Rails to run test.

parent 8e900b2a
......@@ -5,6 +5,9 @@ rvm:
- rbx-19mode
- 2.0.0
install:
- "bundle install"
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber"
......@@ -12,8 +15,13 @@ gemfile:
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
exclude:
- rvm: 1.9.2
gemfile: gemfiles/4.0.gemfile
appraise "3.0" do
gem "rails", "~> 3.0.15"
gem "rails", "~> 3.0.20"
gem "paperclip", :path => "../"
end
appraise "3.1" do
gem "rails", "~> 3.1.6"
gem "rails", "~> 3.1.12"
gem "paperclip", :path => "../"
end
appraise "3.2" do
gem "rails", "~> 3.2.6"
gem "rails", "~> 3.2.15"
gem "paperclip", :path => "../"
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment