mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
remove PHP 7.0 from allow failures in tests + improve readme
This commit is contained in:
parent
003af26499
commit
50ac4a06e8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user