From 5dcf52b489bf8faa4baacc8547f3e2c82e0c5c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 17 Dec 2017 19:01:57 +0100 Subject: [PATCH] Allow failure for stable12/php7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa0374e8a..42b662663 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,13 @@ php: - 7.1 - 7.2 env: - matrix: - - CORE_BRANCH=master DB=mysql - - CORE_BRANCH=stable12 DB=mysql + - CORE_BRANCH=master DB=mysql + - CORE_BRANCH=stable12 DB=mysql + +matrix: + exclude: + - php: 7.2 + env: CORE_BRANCH=stable12 DB=mysql before_install: - wget https://phar.phpunit.de/phpunit-5.7.phar