Skip to content

Commit

Permalink
Merge pull request #556 from sunspikes/develop
Browse files Browse the repository at this point in the history
Drop the support for HHVM
  • Loading branch information
Progi1984 authored Oct 1, 2019
2 parents 6a51e02 + c95d01f commit eaad91e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions phpmd.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- PptSlides needs more coupling (default: 13) -->
<!-- Writer/Office2007/AbstractSlide needs more coupling (default: 13) -->
<properties>
<property name="minimum" value="35" />
<property name="maximum" value="35" />
</properties>
</rule>
<rule ref="rulesets/design.xml/NumberOfChildren">
Expand All @@ -31,4 +31,4 @@
</rule>
<rule ref="rulesets/unusedcode.xml" />
<rule ref="rulesets/controversial.xml" />
</ruleset>
</ruleset>

0 comments on commit eaad91e

Please sign in to comment.