From 50ac4a06e851aa838f1fe9a7d6815f38b1544e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Make=C5=A1?= Date: Sat, 31 Oct 2015 01:55:49 +0100 Subject: [PATCH] remove PHP 7.0 from allow failures in tests + improve readme --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5df49dc..256dcf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,4 @@ php: matrix: fast_finish: true allow_failures: - - php: 7.0 - php: hhvm-nightly diff --git a/README.md b/README.md index a00dd4f..f42d553 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Better Markdown Parser in PHP * Super Fast * [GitHub flavored](https://help.github.com/articles/github-flavored-markdown) * Extensible -* Tested in 5.3 to 5.6 +* Tested in 5.3 to 7.0 and in HHVM * [Markdown Extra extension](https://github.com/erusev/parsedown-extra) ### Installation