mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 17:11:06 +02:00
Try to fix Travis sqlite errors
This commit is contained in:
@@ -22,8 +22,8 @@ DB_DATABASE=:memory:
|
||||
# DB_HOST=localhost
|
||||
# DB_PORT=3306
|
||||
# DB_DATABASE=2fauth_test
|
||||
# DB_USERNAME=test_user
|
||||
# DB_PASSWORD=password
|
||||
# DB_USERNAME=travis
|
||||
# DB_PASSWORD=
|
||||
|
||||
BCRYPT_ROUNDS=4
|
||||
|
||||
|
@@ -31,5 +31,7 @@
|
||||
<php>
|
||||
<env name="APP_ENV" value="testing"/>
|
||||
<!-- following values override .env.testing vars -->
|
||||
<env name="DB_CONNECTION" value="testing"/>
|
||||
<env name="DB_DATABASE" value=":memory:"/>
|
||||
</php>
|
||||
</phpunit>
|
||||
|
Reference in New Issue
Block a user