1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/.travis.yml
Haralan Dobrev 3d84201d74 Run composer install in Travis CI before tests
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.
2014-04-25 00:01:20 +03:00

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