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
1 changed files with 3 additions and 0 deletions

View File

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