mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
16 lines
157 B
YAML
16 lines
157 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- hhvm
|
|
- hhvm-nightly
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- php: hhvm-nightly
|