1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

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

View File

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