]> git.mxchange.org Git - friendica.git/blob - library/html-to-markdown/circle.yml
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments...
[friendica.git] / library / html-to-markdown / circle.yml
1 test:
2   override:
3     - phpunit --no-configuration HTML_To_MarkdownTest ./tests/HTML_To_MarkdownTest.php
4