From 0eaee3ae22a6336f5ac8bf135456653aba15778e Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 1 Dec 2017 13:37:22 -0800 Subject: [PATCH] build: Add PHP 7.1 to Travis CI test matrix Looks like we've got at least one test failure at the moment (being fixed in Ibb1a59e373740772). Let's use Travis CI to also check if there are other failures behind it. Change-Id: Iec9857ee04b4811e912f2f43aed1e5a9fce0a2c4 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cde7193424..78a2b7d735 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ matrix: php: hhvm-3.18 - env: dbtype=mysql dbuser=root php: 7 + - env: dbtype=mysql dbuser=root + php: 7.1 services: - mysql -- 2.20.1