mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 13:39:48 +05:30
Added .travis.yml before_script
This commit is contained in:
parent
476b8d81c1
commit
f912f60a59
@ -21,6 +21,12 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- travis_retry composer install --no-interaction --prefer-source
|
- travis_retry composer install --no-interaction --prefer-source
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- cd examples/
|
||||||
|
- composer install
|
||||||
|
- cd public/
|
||||||
|
- php -S localhost:7777 index.php &
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- vendor/bin/codecept run
|
- vendor/bin/codecept run
|
||||||
|
Loading…
Reference in New Issue
Block a user