From c95d01f853cda35b6c6f590ca7682403445298c4 Mon Sep 17 00:00:00 2001 From: Krishnaprasad MG Date: Tue, 1 Oct 2019 13:28:47 +0200 Subject: [PATCH] Drop the support for HHVM --- .travis.yml | 10 +++++----- CHANGELOG.md | 1 + phpmd.xml.dist | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6990bf032..c94bc3e04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,18 +2,18 @@ sudo: false language: php php: - - 5.4 - - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - - hhvm matrix: - allow_failures: - - php: hhvm + include: + - php: 5.4 + dist: trusty + - php: 5.5 + dist: trusty env: global: diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c8b58d1..4e99e00e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - PowerPoint2007 : Text is subscripted when set superscript to false - @qmachard GH-360 ### Changes +- Dropped support for HHVM - @sunspikes GH-556 - PHP 7.1 is now supported - @Progi1984 GH-355 - PhpOffice\PhpPresentation\Style\Color : Define only the transparency - @Progi1984 GH-370 - PowerPoint2007 Reader : Background Color based on SchemeColor - @Progi1984 GH-397 diff --git a/phpmd.xml.dist b/phpmd.xml.dist index a7143e92f..839717fdc 100644 --- a/phpmd.xml.dist +++ b/phpmd.xml.dist @@ -20,7 +20,7 @@ - + @@ -31,4 +31,4 @@ - \ No newline at end of file +