Push more tests for location services, setup travis CI integration
This commit is contained in:
parent
13cd01cfe6
commit
760525a673
8 changed files with 279 additions and 69 deletions
12
.env.travis
Normal file
12
.env.travis
Normal file
|
@ -0,0 +1,12 @@
|
|||
APP_ENV=testing
|
||||
APP_DEBUG=true
|
||||
APP_KEY=SomeRandomString32SomeRandomString32
|
||||
|
||||
DB_CONNECTION=tests
|
||||
DB_TEST_USERNAME=root
|
||||
DB_TEST_PASSWORD=
|
||||
|
||||
CACHE_DRIVER=array
|
||||
SESSION_DRIVER=array
|
||||
QUEUE_DRIVER=sync
|
||||
MAIL_DRIVER=array
|
Loading…
Add table
Add a link
Reference in a new issue