mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-06 04:43:08 +02:00
remove PHP 7.0 from allow failures in tests + improve readme
This commit is contained in:
@@ -12,5 +12,4 @@ php:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.0
|
|
||||||
- php: hhvm-nightly
|
- php: hhvm-nightly
|
||||||
|
@@ -17,7 +17,7 @@ Better Markdown Parser in PHP
|
|||||||
* Super Fast
|
* Super Fast
|
||||||
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
|
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
|
||||||
* Extensible
|
* 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)
|
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
Reference in New Issue
Block a user