diff --git a/.env.travis b/.env.travis new file mode 100644 index 000000000000..fcbe6f35d0af --- /dev/null +++ b/.env.travis @@ -0,0 +1,11 @@ +APP_ENV=development +APP_DEBUG=false +APP_URL=http://ninja.test +APP_KEY=SomeRandomStringSomeRandomString +APP_CIPHER=AES-256-CBC +APP_LOCALE=en + +MAIL_DRIVER=log +TRAVIS=true +API_SECRET=password +TEST_USERNAME=user@example.com