mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Lets see fit his works.
This commit is contained in:
11
.env.testing
Normal file
11
.env.testing
Normal file
@@ -0,0 +1,11 @@
|
||||
APP_ENV=testing
|
||||
APP_DEBUG=true
|
||||
APP_KEY=SomeRandomString
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_DATABASE=homestead
|
||||
DB_USERNAME=homestead
|
||||
DB_PASSWORD=secret
|
||||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
@@ -11,6 +11,7 @@ addons:
|
||||
install:
|
||||
- rm composer.lock
|
||||
- composer install
|
||||
- php artisan env
|
||||
|
||||
script:
|
||||
- ./tests/_data/db.sh
|
||||
|
Reference in New Issue
Block a user