mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Update composer before running
This commit is contained in:
@ -9,7 +9,11 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
before_script: composer install --prefer-source
|
before_script:
|
||||||
|
- composer self-update
|
||||||
|
- composer --version
|
||||||
|
- composer install --prefer-source
|
||||||
|
|
||||||
script: phpunit --configuration phpunit.xml.dist
|
script: phpunit --configuration phpunit.xml.dist
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
Reference in New Issue
Block a user