Skip to content

Instantly share code, notes, and snippets.

View bdpwebdesign's full-sized avatar

Brandon Peter bdpwebdesign

View GitHub Profile
@bdpwebdesign
bdpwebdesign / .env.travis
Created March 25, 2017 20:01 — forked from gilbitron/.env.travis
Laravel 5 Travis CI config
APP_ENV=testing
APP_KEY=SomeRandomString
DB_CONNECTION=testing
DB_TEST_USERNAME=root
DB_TEST_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync