From 294b38c75ad7f6866e43cbe3598100aad05ca096 Mon Sep 17 00:00:00 2001 From: Jens Hausdorf Date: Sun, 5 Nov 2017 17:02:54 +0100 Subject: [PATCH] drop hhvm support It's useless and it's dying and taking build time :c --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f61aecf..2f1291c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,8 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm matrix: - allow_failures: - - php: hhvm include: - php: 5.4 env: COMPOSER_FLAGS="--prefer-lowest"