From 07f2306a9cd775c3687b8ac687ac87a26a923abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Thu, 2 Nov 2017 22:37:25 +0100 Subject: [PATCH] Travis configuration: removed hhvm and PHP 5.3 They seem unsupported by GitHub at this point. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12bd60e..0719b67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ php: - 5.6 - 5.5 - 5.4 - - 5.3 - - hhvm script: - phpunit --configuration tests/phpunit.xml