From eeac5850dba460614b42844f3fe107199382e713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 2 Jan 2017 16:22:40 +0100 Subject: [PATCH] Add PHP 7.2 to test matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And expect it to fail for now. Signed-off-by: Michal Čihař --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 77e5ca62dc..5a86d62d6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,8 @@ matrix: allow_failures: - php: "7.0" env: CI_MODE=selenium + - php: "7.2" + env: CI_MODE=test fast_finish: true include: - php: "7.0" @@ -58,6 +60,8 @@ matrix: env: CI_MODE=release - php: "7.0" env: CI_MODE=docs + - php: "7.2" + env: CI_MODE=test cache: directories: - $HOME/.composer/cache/