1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Merge pull request #361 from grogy/php7-readme

remove PHP 7.0 from allow failures in tests + improve readme
This commit is contained in:
Emanuil Rusev 2015-10-31 20:08:48 +02:00
commit c046a6b646
2 changed files with 1 additions and 2 deletions

View File

@ -12,5 +12,4 @@ php:
matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: hhvm-nightly

View File

@ -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