]> git.mxchange.org Git - friendica.git/blob - library/html-to-markdown/.travis.yml
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments...
[friendica.git] / library / html-to-markdown / .travis.yml
1 language: php
2 php:
3   - "5.5"
4   - "5.4"
5   - "5.3"
6 script: phpunit --no-configuration HTML_To_MarkdownTest ./tests/HTML_To_MarkdownTest.php