Skip to content

Commit

Permalink
attempt to test from activemodel 3.2 to 4.1 on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Jun 25, 2014
1 parent 0ff79c8 commit 406dc3c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ rvm:
notifications:
email:
- raphael.valyi@akretion.com

gemfile:
- gemfiles/Gemfile.rails3-2
- gemfiles/Gemfile.rails4-0
- gemfiles/Gemfile.rails4-1
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.rails3-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "http://rubygems.org"

# Specify your gem's dependencies in cells.gemspec
gemspec path: '../'

gem 'activemodel', '3.2.0'
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.rails4-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "http://rubygems.org"

# Specify your gem's dependencies in cells.gemspec
gemspec path: '../'

gem 'activemodel', '4.0.2'
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.rails4-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "http://rubygems.org"

# Specify your gem's dependencies in cells.gemspec
gemspec path: '../'

gem 'activemodel', '4.1.1'

0 comments on commit 406dc3c

Please sign in to comment.