From 57fa6d4e30db6223a908983becc7f00221879889 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 26 May 2017 14:57:08 +0200 Subject: [PATCH] [TASK] Drop HHVM support HHVM in PHP 7 mode breaks Composer, and HHVM in non-PHP-7 mode causes composer to exit the install process due to the PHP version being too low. Other big projects are dropping support for HHVM due to these issues, too. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb3ef9b2..9c00b54a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ matrix: include: - php: 7.0 - php: 7.1 - - php: hhvm before_install: - mysql -e 'CREATE DATABASE phplist;'