mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:34:30 -04:00
Adding Travis debug
This commit is contained in:
parent
bddebfaee6
commit
f557c4fc50
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user