mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 00:03:09 +01:00
Try to fix Travis sqlite errors
This commit is contained in:
parent
0999ad5a24
commit
bfc34a381a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user