mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:14:32 -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
|
- php ./vendor/codeception/codeception/codecept run acceptance GoProCest.php
|
||||||
|
|
||||||
after_script:
|
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 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
|
- cat storage/logs/laravel.log
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user