mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Prefer-dist
This commit is contained in:
parent
4096c8cd20
commit
45b971d286
@ -13,8 +13,8 @@ matrix:
|
|||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- composer require satooshi/php-coveralls:dev-master --no-update --dev
|
- composer require satooshi/php-coveralls:dev-master --no-update --dev
|
||||||
- composer install --prefer-source
|
- composer install --prefer-dist
|
||||||
- cd examples/relational && composer install
|
- cd examples/relational && composer install --prefer-dist
|
||||||
- php config/init.php
|
- php config/init.php
|
||||||
- php -S localhost:8000 &
|
- php -S localhost:8000 &
|
||||||
- sleep 3
|
- sleep 3
|
||||||
|
Loading…
Reference in New Issue
Block a user