mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-08 21:52:24 +05:30
Assume we're already in examples/relational
This commit is contained in:
parent
d517b4c9e1
commit
66febb7744
@ -15,8 +15,8 @@ before_script:
|
||||
- composer require satooshi/php-coveralls:dev-master --no-update --dev
|
||||
- composer install --prefer-source
|
||||
- cd examples/relational && composer install
|
||||
- cd examples/relational && php config/init.php
|
||||
- php -S localhost:8000 examples/relational/api.php &
|
||||
- php config/init.php
|
||||
- php -S localhost:8000 &
|
||||
- sleep 3
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user