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: