From ed8abc5382f904aacad0038e83819ad93504c079 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 17 Apr 2016 13:13:37 +0300 Subject: [PATCH] Added more data to travis debug --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f76fe32447b1..9e8b983e795d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,8 @@ after_script: - mysql -u root -e 'select * from clients;' ninja - mysql -u root -e 'select * from invoices;' ninja - mysql -u root -e 'select * from invoice_items;' ninja + - mysql -u root -e 'select * from payments;' ninja + - mysql -u root -e 'select * from credits;' ninja - cat storage/logs/laravel.log notifications: