mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
14 lines
129 B
YAML
14 lines
129 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- 5.2
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- php: 5.2
|
|
|
|
before_install: true
|
|
install: true |