From 236233f50cd6fc1c33af236889e906c8b838aaff Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 20 Feb 2017 17:45:05 +0000 Subject: [PATCH] Proper ls to couble check no logs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04357607..48da55c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,4 +46,4 @@ script: - phpdbg -qrr vendor/bin/phpunit --coverage-text - php artisan dusk - php artisan security:check - - ls storage/logs + - ls -l storage/logs