Skip to content

Commit 7382c10

Browse files
author
Sam Phippen
committed
Allow failure of ~> 3.2.17 for the moment.
This is because the security release of `3.2.22.1` was not correctly tested against 1.8.7 which means that our build will not pass against this ruby. /cc @pixeltrix.
1 parent a09245d commit 7382c10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ matrix:
8888
# MRI 2.2 is not supported on a few versions
8989
- rvm: 2.2
9090
env: RAILS_VERSION='~> 3.1.12'
91+
- rvm: 2.3.0
92+
env: RAILS_VERSION='~> 3.1.12'
93+
allow_failures:
94+
- rvm: 1.8.7
95+
env: RAILS_VERSION='~> 3.2.17'
96+
- rvm: 2.2.2
97+
env: RAILS_VERSION=master
98+
- rvm: 2.3.0
99+
env: RAILS_VERSION=master
91100
fast_finish: true
92101

93102
branches:

0 commit comments

Comments
 (0)