mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Add test/CommonMarkTestWeak.php to .travis.yml
Failing tests don't break builds on purpose, Parsedown doesn't fully comply with the CommonMark specs at the moment. We should switch to test/CommonMarkTest.php later, see #423 for details.
This commit is contained in:
parent
73dbe2fd17
commit
f0587d41a9
@ -16,3 +16,6 @@ matrix:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit test/CommonMarkTestWeak.php || true
|
||||||
|
Loading…
Reference in New Issue
Block a user