mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
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.
This commit is contained in:
parent
4f027386b1
commit
3d84201d74
@ -7,3 +7,6 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.2
|
- 5.2
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
|
before_install: composer self-update
|
||||||
|
install: composer install
|
||||||
|
Loading…
Reference in New Issue
Block a user