Skip to content

Commit 0734a51

Browse files
committed
correct the travis exclusions for lower version of rails on 2.2
1 parent 9a81c99 commit 0734a51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ env:
1717
- RAILS_VERSION=4-1-stable
1818
- RAILS_VERSION=4-0-stable
1919
- RAILS_VERSION=3-2-stable
20-
- RAILS_VERSION=3.2.16
2120
- RAILS_VERSION=3.1.12
2221
- RAILS_VERSION=3.0.20
2322
matrix:
2423
exclude:
2524
# MRI 2.2 is not supported on a few versions
2625
- rvm: 2.2
27-
env: RAILS_VERSION='~> 3.1.12'
26+
env: RAILS_VERSION=3.1.12
27+
- rvm: 2.2
28+
env: RAILS_VERSION=3.0.20
2829
# 3.0.x is not supported on MRI 2.0.0
2930
- rvm: 2.0.0
3031
env: RAILS_VERSION=3.0.20

0 commit comments

Comments
 (0)