Skip to content

Commit 9c1b28d

Browse files
committed
Add 5-2-stable Ruby 2.2 build to allowed failures
There's a minor difference: Widget management User creates a new widget -1 example, 0 failures, 1 pending +1 example, 0 failures most probably caused by 5-2-stable vs 5.2.4.x spec generation difference.
1 parent 11c5c2c commit 9c1b28d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ matrix:
212212
env: RAILS_VERSION=master
213213
- rvm: 2.4.10
214214
env: RAILS_VERSION=master
215+
- rvm: 2.2.10
216+
# An actual incompatibility of 5.2.4.0-5.2.4.3 forces to use `5-2-stable`,
217+
# but there's a minor difference in the generated tests that results in a
218+
# minor failure.
219+
env: RAILS_VERSION='5-2-stable'
215220
fast_finish: true
216221

217222
branches:

0 commit comments

Comments
 (0)