1
0
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:
Václav Makeš 2015-10-31 01:55:49 +01:00
parent 003af26499
commit 50ac4a06e8
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