Skip to content

Commit e723819

Browse files
committed
Only test against ActiveRecord 5.0, Ruby 2.3.1
Signed-off-by: Alex Coles <alex@alexbcoles.com>
1 parent 09fc079 commit e723819

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
---
66
sudo: false
77
rvm:
8-
- 2.1.5
8+
- 2.3.1
99
gemfile:
10-
- gemfiles/activerecord-4.2/Gemfile.postgresql
10+
- gemfiles/activerecord-5.0/Gemfile.postgresql
1111
env: POSTGRESQL_DB_USER=postgres
1212
addons:
1313
postgresql: '9.4'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ schema_plus_pg_indexes is tested on
5555

5656
<!-- SCHEMA_DEV: MATRIX - begin -->
5757
<!-- These lines are auto-generated by schema_dev based on schema_dev.yml -->
58-
* ruby **2.1.5** with activerecord **4.2**, using **postgresql**
58+
* ruby **2.3.1** with activerecord **5.0**, using **postgresql**
5959

6060
<!-- SCHEMA_DEV: MATRIX - end -->
6161

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
eval File.read File.expand_path('../../Gemfile.base', __FILE__)
22

3-
gem "activerecord", "~> 4.2.6"
3+
gem "activerecord", ">= 5.0.0.beta1", "< 5.1"

schema_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ruby:
2-
- 2.1.5
2+
- 2.3.1
33
activerecord:
4-
- 4.2
4+
- 5.0
55
db:
66
- postgresql

0 commit comments

Comments
 (0)