1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

add hhvm to PHP versions to test against

This commit is contained in:
Emanuil Rusev 2013-12-28 14:57:25 +02:00
parent 47d8a1382b
commit 4317add3a2
2 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,5 @@ php:
- 5.5
- 5.4
- 5.3
- 5.2
- 5.2
- hhvm

View File

@ -13,8 +13,8 @@ Better [Markdown](http://en.wikipedia.org/wiki/Markdown) parser for PHP.
* [fast](http://parsedown.org/speed)
* [consistent](http://parsedown.org/consistency)
* [GitHub Flavored](https://help.github.com/articles/github-flavored-markdown)
* [tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4 and 5.5
* friendly to international input
* [tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4 and 5.5 as well as in [HHVM](http://www.hhvm.com/)
### Installation