This repository was archived by the owner on Nov 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-12
lines changed Expand file tree Collapse file tree 1 file changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ before_install:
7
7
- travis_retry gem install bundler
8
8
9
9
rvm :
10
- - 2.4.2
11
- - 2.3.5
12
- - 2.2.8
10
+ - 2.5.0
11
+ - 2.4.3
12
+ - 2.3.6
13
+ - 2.2.9
13
14
14
15
env :
15
16
- RAILS=4-2-stable AREL=6-0-stable DB=sqlite
24
25
25
26
matrix :
26
27
include :
27
- - rvm : 2.4.2
28
+ - rvm : 2.5.0
28
29
env : RAILS=master DB=sqlite3
29
- - rvm : 2.4.2
30
+ - rvm : 2.5.0
30
31
env : RAILS=master DB=mysql
31
- - rvm : 2.4.2
32
+ - rvm : 2.5.0
32
33
env : RAILS=master DB=postgres
33
34
34
- - rvm : 2.3.5
35
+ - rvm : 2.4.3
35
36
env : RAILS=master DB=sqlite3
36
- - rvm : 2.3.5
37
+ - rvm : 2.4.3
37
38
env : RAILS=master DB=mysql
38
- - rvm : 2.3.5
39
+ - rvm : 2.4.3
39
40
env : RAILS=master DB=postgres
40
41
41
- - rvm : 2.2.8
42
+ - rvm : 2.3.6
42
43
env : RAILS=master DB=sqlite3
43
- - rvm : 2.2.8
44
+ - rvm : 2.3.6
44
45
env : RAILS=master DB=mysql
45
- - rvm : 2.2.8
46
+ - rvm : 2.3.6
47
+ env : RAILS=master DB=postgres
48
+
49
+ - rvm : 2.2.9
50
+ env : RAILS=master DB=sqlite3
51
+ - rvm : 2.2.9
52
+ env : RAILS=master DB=mysql
53
+ - rvm : 2.2.9
46
54
env : RAILS=master DB=postgres
47
55
48
56
before_script :
You can’t perform that action at this time.
0 commit comments