From 0ecd8a546ff714e8673b3dd2f2fbfde9c8104197 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 3 Jan 2020 00:02:42 -0500 Subject: [PATCH] feat: drop hhvm HHVM is no longer php-compatible as of 2017 and tests fail hard in travis because of composer problems. https://www.infoworld.com/article/3226489/forget-php-facebooks-hhvm-engine-switches-to-hack-instead.html --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc01056..b5f77a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm matrix: allow_failures: