Skip to content

Commit 05061bc

Browse files
author
ntimobedyeboah
committed
Add travis env file
1 parent 8adfe93 commit 05061bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.env.travis

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
APP_ENV=testing
2+
APP_KEY=tMZUfmKqIbN8Ybvs7NM8b2GTC9lE3cQZ87NoIekK1Ok
3+
4+
DB_CONNECTION=testing
5+
DB_TEST_USERNAME=root
6+
DB_TEST_PASSWORD=
7+
8+
CACHE_DRIVER=array
9+
SESSION_DRIVER=array
10+
QUEUE_DRIVER=sync

0 commit comments

Comments
 (0)