From: Timo Tijhof Date: Fri, 1 Dec 2017 21:37:22 +0000 (-0800) Subject: build: Add PHP 7.1 to Travis CI test matrix X-Git-Tag: 1.31.0-rc.0~1322^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=0eaee3ae22a6336f5ac8bf135456653aba15778e;p=lhc%2Fweb%2Fwiklou.git 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 --- 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