MarkdownParser/.travis.yml

12 lines
185 B
YAML
Raw Normal View History

2013-07-22 22:59:51 +02:00
language: php
php:
2014-02-12 18:13:14 +01:00
- 5.6
- 5.5
2013-07-22 22:59:51 +02:00
- 5.4
- 5.3
- 5.2
2014-02-12 18:13:14 +01:00
- hhvm
before_script: curl -sS https://raw.githubusercontent.com/jgm/stmd/master/spec.txt>test/standard-markdown/spec.txt