mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-21 04:07:44 +02:00
Try to debug Travis tests
This commit is contained in:
parent
0394134b06
commit
6f9c3a6dc6
@ -1,8 +1,8 @@
|
|||||||
APP_ENV=testing
|
APP_ENV=testing
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
|
|
||||||
|
# See connections.testing in config/database.php
|
||||||
DB_CONNECTION=testing
|
DB_CONNECTION=testing
|
||||||
DB_DATABASE=:memory:
|
|
||||||
|
|
||||||
CACHE_DRIVER=array
|
CACHE_DRIVER=array
|
||||||
SESSION_DRIVER=array
|
SESSION_DRIVER=array
|
||||||
|
@ -11,6 +11,7 @@ before_script:
|
|||||||
- travis_retry composer self-update
|
- travis_retry composer self-update
|
||||||
- travis_retry composer install --no-interaction
|
- travis_retry composer install --no-interaction
|
||||||
- cp .env.travis .env
|
- cp .env.travis .env
|
||||||
|
- cat .env
|
||||||
- php artisan key:generate
|
- php artisan key:generate
|
||||||
- php artisan env
|
- php artisan env
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user