Skip to content

Commit 778c6ea

Browse files
committed
disable 2.4.0 builds on unsupported Rubies
1 parent a16ac94 commit 778c6ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ matrix:
110110
env: RAILS_VERSION='~> 3.1.12'
111111
- rvm: 2.3.1
112112
env: RAILS_VERSION='~> 3.1.12'
113+
# MRI 2.4+ is not supported on a few versions
114+
- rvm: 2.4.0
115+
env: RAILS_VERSION='~> 4.1.0'
116+
- rvm: 2.4.0
117+
env: RAILS_VERSION=4-1-stable
118+
- rvm: 2.4.0
119+
env: RAILS_VERSION='~> 4.0.4'
120+
- rvm: 2.4.0
121+
env: RAILS_VERSION=4-0-stable
122+
- rvm: 2.4.0
123+
env: RAILS_VERSION='~> 3.2.17'
124+
- rvm: 2.4.0
125+
env: RAILS_VERSION=3-2-stable
113126
- rvm: 2.4.0
114127
env: RAILS_VERSION='~> 3.1.12'
115128
allow_failures:

0 commit comments

Comments
 (0)