parsedown/.travis.yml

23 lines
257 B
YAML
Raw Normal View History

2013-07-22 23:59:51 +03:00
language: php
php:
- 7.0
2014-02-12 19:13:14 +02:00
- 5.6
- 5.5
2013-07-22 23:59:51 +03:00
- 5.4
- 5.3
2014-02-12 19:13:14 +02:00
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
install:
- composer install
script:
- phpunit
- phpunit test/CommonMarkTestWeak.php || true