mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
6f1fac9823
You could run the Parsedown testsuite only with: phpunit --testsuite ParsedownTests And you could run the Standard Markdown one with: phpunit --testsuite StandardMarkdown See more at http://standardmarkdown.com/
12 lines
185 B
YAML
12 lines
185 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- 5.2
|
|
- hhvm
|
|
|
|
before_script: curl -sS https://raw.githubusercontent.com/jgm/stmd/master/spec.txt>test/standard-markdown/spec.txt
|