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