Don't let Travis skip Parsedown's phpunit tests

This commit is contained in:
Daniel Rudolf 2016-10-09 14:21:17 +02:00
parent f0587d41a9
commit be671e72a3
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ install:
- composer install
script:
- phpunit
- phpunit test/CommonMarkTestWeak.php || true