From 6871f4ba0d573b43b41c759e72fe213e72408381 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 13 Sep 2017 21:24:27 +0300 Subject: [PATCH] Turn off debug for travis --- .env.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.travis b/.env.travis index c644c4f63898..e7ea720c59f7 100644 --- a/.env.travis +++ b/.env.travis @@ -1,5 +1,5 @@ APP_ENV=development -APP_DEBUG=true +APP_DEBUG=false APP_URL=http://ninja.dev APP_KEY=SomeRandomStringSomeRandomString APP_CIPHER=AES-256-CBC