We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b3a6c commit bd1c103Copy full SHA for bd1c103
.travis.yml
@@ -110,6 +110,19 @@ matrix:
110
env: RAILS_VERSION='~> 3.1.12'
111
- rvm: 2.3.1
112
113
+ # MRI 2.4+ is not supported on a few versions
114
+ - rvm: 2.4.0
115
+ env: RAILS_VERSION='~> 4.1.0'
116
117
+ env: RAILS_VERSION=4-1-stable
118
119
+ env: RAILS_VERSION='~> 4.0.4'
120
121
+ env: RAILS_VERSION=4-0-stable
122
123
+ env: RAILS_VERSION='~> 3.2.17'
124
125
+ env: RAILS_VERSION=3-2-stable
126
- rvm: 2.4.0
127
128
allow_failures:
0 commit comments