Skip to content

Commit

Permalink
Test with ActiveRecord 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun810 committed Apr 30, 2018
1 parent a45141c commit f22d1c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,8 @@ addons:

matrix:
include:
- rvm: 2.5.1
gemfile: gemfiles/activerecord_4_2.gemfile
- rvm: 2.5.1
gemfile: gemfiles/activerecord_5_0.gemfile
- rvm: 2.5.1
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/activerecord_4_2.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 4.2.0"

gemspec path: "../"

0 comments on commit f22d1c1

Please sign in to comment.