From 4317add3a20d8584c15494a289f0154be8107279 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sat, 28 Dec 2013 14:57:25 +0200 Subject: [PATCH] add hhvm to PHP versions to test against --- .travis.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38c9928..8e89bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ php: - 5.5 - 5.4 - 5.3 - - 5.2 \ No newline at end of file + - 5.2 + - hhvm \ No newline at end of file diff --git a/README.md b/README.md index 1039088..66d65c2 100644 --- a/README.md +++ b/README.md @@ -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