From 1062a5130dc70ee6bc9868422a330c1c66cda782 Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir Date: Wed, 14 Nov 2018 23:26:53 +0300 Subject: [PATCH] Remove HHVM from .travis.yml HHVM fails with array destructuring which phpunit uses. The problem here is Travis flags build as errored because of this. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 177a4f6..1608081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ php: - 7.1 - 7.2 - 7.3 - - hhvm # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/