From a9e2e226705d32d7bf9e3956022a02d83c3c8e20 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Thu, 15 Nov 2018 15:12:47 +0000
Subject: [PATCH] Drop hhvm, has been failing for a long time, doesn't seem
 interest to fix it. wastes resources.

---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 29adc1e45..a0aaf0cc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,6 @@ php:
 - 7.1
 - 7.2
 - 7.3
-- hhvm
-matrix:
-  allow_failures:
-  - php: hhvm
 before_script:
 - composer update
 - if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then composer require --dev vimeo/psalm:0.3.92; fi
-- 
GitLab