mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-28 07:50:23 +05:30
Update composer before running
This commit is contained in:
parent
0c4a45f329
commit
e71eb8074c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user