summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuil Rusev <hello@erusev.com>2015-10-31 20:08:48 +0200
committerEmanuil Rusev <hello@erusev.com>2015-10-31 20:08:48 +0200
commitc046a6b6469f7ffc99ccfdc96dbe63b3587f4eca (patch)
tree9fa3e28370036137361a6ea2e95707c7ce8a4128
parentf1fefc257c088d820375bbbd3fb0bb8f9914d2b3 (diff)
parent50ac4a06e851aa838f1fe9a7d6815f38b1544e24 (diff)
downloadparsedown-c046a6b6469f7ffc99ccfdc96dbe63b3587f4eca.zip
parsedown-c046a6b6469f7ffc99ccfdc96dbe63b3587f4eca.tar.gz
parsedown-c046a6b6469f7ffc99ccfdc96dbe63b3587f4eca.tar.bz2
Merge pull request #361 from grogy/php7-readme
remove PHP 7.0 from allow failures in tests + improve readme
-rw-r--r--.travis.yml1
-rw-r--r--README.md2
2 files changed, 1 insertions, 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 75ec577..ab33506 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