From d9f325903aac490d6a9f0d2e1956178f073f09ca Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Wed, 12 Feb 2014 19:13:14 +0200 Subject: [PATCH] Run the testsuite on PHP 5.6 --- .travis.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e89bdc..ebe4d30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: php php: + - 5.6 - 5.5 - 5.4 - 5.3 - 5.2 - - hhvm \ No newline at end of file + - hhvm diff --git a/README.md b/README.md index c87f7e1..188adb7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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, 5.5 and [hhvm](http://www.hhvm.com/) +* [tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/) * friendly to international input ### Installation