diff options
author | Emanuil Rusev <hello@erusev.com> | 2015-10-31 20:08:48 +0200 |
---|---|---|
committer | Emanuil Rusev <hello@erusev.com> | 2015-10-31 20:08:48 +0200 |
commit | c046a6b6469f7ffc99ccfdc96dbe63b3587f4eca (patch) | |
tree | 9fa3e28370036137361a6ea2e95707c7ce8a4128 | |
parent | f1fefc257c088d820375bbbd3fb0bb8f9914d2b3 (diff) | |
parent | 50ac4a06e851aa838f1fe9a7d6815f38b1544e24 (diff) | |
download | parsedown-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.yml | 1 | ||||
-rw-r--r-- | README.md | 2 |
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 @@ -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 |