Skip to content

Commit 45bf962

Browse files
chore(hackathonn): Add DB_CONNECTION
1 parent ed72876 commit 45bf962

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- hhvm
76

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<php>
2222
<env name="APP_ENV" value="testing"/>
2323
<env name="CACHE_DRIVER" value="array"/>
24+
<env name="DB_CONNECTION" value="sqlite" />
2425
<env name="SESSION_DRIVER" value="array"/>
2526
<env name="QUEUE_DRIVER" value="sync"/>
2627
</php>

0 commit comments

Comments
 (0)