From 5ddade85a5ced95fe2fb5383663a7b2c6a214fb2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Oct 2018 17:58:13 +1000 Subject: [PATCH] Env for travis (#2414) --- .env.travis | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .env.travis 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