1
0
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:
Daniel Rudolf 2016-10-09 14:17:03 +02:00
parent 73dbe2fd17
commit f0587d41a9
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538

View File

@ -16,3 +16,6 @@ matrix:
install: install:
- composer install - composer install
script:
- phpunit test/CommonMarkTestWeak.php || true