mirror of
https://github.com/erusev/parsedown.git
synced 2025-01-17 20:58:23 +01:00
3d84201d74
Tests are using the Composer autoloader since: cd1c030362
Because of that Composer should have actually dumped the autoloader in the `vendor/` folder,
before the tests are ran.
13 lines
133 B
YAML
13 lines
133 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- 5.2
|
|
- hhvm
|
|
|
|
before_install: composer self-update
|
|
install: composer install
|