Skip to content

Commit c6a47a0

Browse files
committed
Keep 2.2.n matrix as before
1 parent 00527ba commit c6a47a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rvm:
3737
- 1.8.7
3838
- 2.4.2
3939
- 2.3.5
40-
- 2.2.7
40+
- 2.2
4141
- 2.1
4242
- 2.0.0
4343
- 1.9.3
@@ -58,11 +58,11 @@ env:
5858
matrix:
5959
include:
6060
# Rails 5.x only supports 2.2+
61-
- rvm: 2.2.7
61+
- rvm: 2.2.2
6262
env: RAILS_VERSION=master
63-
- rvm: 2.2.7
63+
- rvm: 2.2.2
6464
env: RAILS_VERSION=5-0-stable
65-
- rvm: 2.2.7
65+
- rvm: 2.2.2
6666
env: RAILS_VERSION=5.1.0
6767
- rvm: 2.3.5
6868
env: RAILS_VERSION=master
@@ -114,7 +114,7 @@ matrix:
114114
- rvm: 1.9.2
115115
env: RAILS_VERSION=4-2-stable
116116
# MRI 2.2+ is not supported on a few versions
117-
- rvm: 2.2.7
117+
- rvm: 2.2
118118
env: RAILS_VERSION='~> 3.1.12'
119119
- rvm: 2.3.5
120120
env: RAILS_VERSION='~> 3.1.12'
@@ -134,7 +134,7 @@ matrix:
134134
- rvm: 2.4.2
135135
env: RAILS_VERSION='~> 3.1.12'
136136
allow_failures:
137-
- rvm: 2.2.7
137+
- rvm: 2.2.2
138138
env: RAILS_VERSION=master
139139
- rvm: 2.3.5
140140
env: RAILS_VERSION=master

0 commit comments

Comments
 (0)