kopia lustrzana https://github.com/friendica/friendica
6 wiersze
137 B
YAML
6 wiersze
137 B
YAML
|
language: php
|
||
|
php:
|
||
|
- "5.5"
|
||
|
- "5.4"
|
||
|
- "5.3"
|
||
|
script: phpunit --no-configuration HTML_To_MarkdownTest ./tests/HTML_To_MarkdownTest.php
|