Add more location tests, more travis CI fix attempts

This commit is contained in:
Dane Everitt 2017-06-16 00:29:19 -05:00
parent 579cc86910
commit a527949939
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 77 additions and 14 deletions

View file

@ -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