mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Testing travis composer install relational example, running the init command and starting local webserver
This commit is contained in:
parent
c5aee31405
commit
2412f1f826
@ -14,6 +14,10 @@ before_script:
|
||||
- composer self-update
|
||||
- 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 &
|
||||
- sleep 3
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
|
Loading…
Reference in New Issue
Block a user