mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Merge pull request #158 from hkdobrev/travis-composer
Run composer install in Travis CI before tests
This commit is contained in:
@ -7,3 +7,6 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.2
|
- 5.2
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
|
before_install: composer self-update
|
||||||
|
install: composer install
|
||||||
|
Reference in New Issue
Block a user