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:
commit
504991a04e
@ -7,3 +7,6 @@ php:
|
||||
- 5.3
|
||||
- 5.2
|
||||
- hhvm
|
||||
|
||||
before_install: composer self-update
|
||||
install: composer install
|
||||
|
Loading…
Reference in New Issue
Block a user