Skip to content

Commit f22d1c1

Browse files
committedApr 30, 2018
Test with ActiveRecord 4.2
1 parent a45141c commit f22d1c1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ addons:
1111

1212
matrix:
1313
include:
14+
- rvm: 2.5.1
15+
gemfile: gemfiles/activerecord_4_2.gemfile
1416
- rvm: 2.5.1
1517
gemfile: gemfiles/activerecord_5_0.gemfile
1618
- rvm: 2.5.1

‎gemfiles/activerecord_4_2.gemfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "activerecord", "~> 4.2.0"
6+
7+
gemspec path: "../"

0 commit comments

Comments
 (0)
Please sign in to comment.