mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-23 07:33:57 -06:00
Lets see fit his works.
This commit is contained in:
parent
2dc67d1674
commit
62d43c2cb2
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:
|
install:
|
||||||
- rm composer.lock
|
- rm composer.lock
|
||||||
- composer install
|
- composer install
|
||||||
|
- php artisan env
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./tests/_data/db.sh
|
- ./tests/_data/db.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user