Skip to content

Commit

Permalink
Travis: Test with latest Ruby and Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Feb 3, 2015
1 parent 5efc9fa commit 67c100b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,10 +1,12 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1.5
- 2.2.0
gemfile:
- gemfiles/Gemfile-activemodel-3.0.x
- gemfiles/Gemfile-activemodel-3.1.x
- gemfiles/Gemfile-activemodel-3.2.x
- gemfiles/Gemfile-activemodel-4.0.x
- gemfiles/Gemfile-activemodel-4.1.x
- gemfiles/Gemfile-activemodel-4.2.x
5 changes: 5 additions & 0 deletions gemfiles/Gemfile-activemodel-4.2.x
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>4.2.0'

0 comments on commit 67c100b

Please sign in to comment.