Skip to content

Commit 49536d3

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 cde2444 commit 49536d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ matrix:
104104
- rvm: 2.3.0
105105
env: RAILS_VERSION='~> 3.1.12'
106106
allow_failures:
107+
- rvm: 1.8.7
108+
env: RAILS_VERSION='~> 3.2.17'
107109
- rvm: 2.2.2
108110
env: RAILS_VERSION=master
109111
- rvm: 2.3.0

0 commit comments

Comments
 (0)