Add more location tests, more travis CI fix attempts
This commit is contained in:
parent
579cc86910
commit
a527949939
5 changed files with 77 additions and 14 deletions
|
@ -1,10 +1,11 @@
|
|||
APP_ENV=testing
|
||||
APP_DEBUG=true
|
||||
APP_KEY=SomeRandomString32SomeRandomString32
|
||||
APP_KEY=aaaaabbbbbcccccdddddeeeeefffff12
|
||||
|
||||
DB_CONNECTION=tests
|
||||
DB_TEST_USERNAME=root
|
||||
DB_TEST_PASSWORD=
|
||||
TEST_DB_CONNECTION=tests
|
||||
TEST_DB_TEST_USERNAME=root
|
||||
TEST_DB_TEST_PASSWORD=
|
||||
TEST_DB_HOST=127.0.0.1
|
||||
|
||||
CACHE_DRIVER=array
|
||||
SESSION_DRIVER=array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue