From 6b93b33f0b488963eeff2ee6252aa75bd1fe68c1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 26 Oct 2018 15:17:24 +0200 Subject: [PATCH] :fire: Removes HHVM from TravisCI (#76) * :fire: Removes HHVM from TravisCI * :fire: Removes HHVM from TravisCI --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55eba281..0d7e7cf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: php php: - - hhvm - 7.3 - 7.1 - 7.0 @@ -30,9 +29,6 @@ matrix: # As 'trusty' is not supporting PHP 5.2/5.3 anymore, we need to force using 'precise'. dist: precise - allow_failures: - - php: hhvm - fast_finish: true before_install: