Skip to content

Commit 1f45a7a

Browse files
committed
Added a test for hhvm in my travis.yml
1 parent c1d14ef commit 1f45a7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 5.4
55
- 5.5
6+
- hhvm
67

78
install:
89
- composer self-update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHPHtmlParser is a simple, flexible, html parser which allows you to select tags
1010
Install
1111
-------
1212

13-
This package can be found on [packagist](https://packagist.org/packages/paquettg/php-html-parser) and is best loaded using [composer](http://getcomposer.org/). It does require php 5.4 or higher, so keep that in consideration.
13+
This package can be found on [packagist](https://packagist.org/packages/paquettg/php-html-parser) and is best loaded using [composer](http://getcomposer.org/). We support php 5.4, 5.5, and hhvm 2.3.
1414

1515
Usage
1616
-----

0 commit comments

Comments
 (0)