From 592085f97aa5e6e67106b9d65696ddc3070967fe Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Wed, 23 Jan 2019 15:01:38 +0100 Subject: [PATCH] Let 5.2 fail right now --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2a1f617..5584fec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ env: - PLONE_VERSION=5.0.x - PLONE_VERSION=5.1.x - PLONE_VERSION=5.2.x + allow_failures: + - PLONE_VERSION=5.2.x cache: pip: true