diff --git a/.travis.yml b/.travis.yml index 67bf8db2..0dd8db1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,11 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm matrix: include: - php: 7.0 env: COVERAGE=1 - allow_failures: - - php: hhvm cache: directories: diff --git a/CHANGELOG.md b/CHANGELOG.md index a2da4900..8f2e317c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ For a comprehensive list of all class changes, and a semi-automated migration pa - Dropped `PHPExcel_Calculation_Functions::VERSION()`. Composer or git should be used to know the version. - Dropped `PHPExcel_Settings::setPdfRenderer()` and `PHPExcel_Settings::setPdfRenderer()`. Composer should be used to autoload PDF libs. +- Dropped support for HHVM ## Previous versions of PHPExcel