From f557c4fc50320346a67ac736251906bfe2d9929c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 21 Feb 2016 12:28:41 +0200 Subject: [PATCH] Adding Travis debug --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 42774698ca11..8b21075524b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,12 @@ script: - php ./vendor/codeception/codeception/codecept run acceptance GoProCest.php after_script: + - cat .env + - mysql -u root -e 'select * from accounts;' ninja - mysql -u root -e 'select * from account_gateways;' ninja + - 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 - cat storage/logs/laravel.log notifications: