From 718c6177646a42ac46e18c843ae02237dfd0ee0f Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 23 May 2017 13:26:53 +0200 Subject: [PATCH] travis: removed HHVM --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34ea7396..fca229ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,6 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm - -matrix: - allow_failures: - - php: hhvm script: - vendor/bin/tester tests -s -p php -c tests/php-unix.ini $COVERAGE