diff --git a/.travis.yml b/.travis.yml index 18ff97c6bf8b..a96d5e69c0c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,6 +94,7 @@ after_script: - mysql -u root -e 'select * from users;' ninja - mysql -u root -e 'select * from account_gateways;' ninja - mysql -u root -e 'select * from clients;' ninja + - mysql -u root -e 'select * from contacts;' 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 @@ -101,7 +102,7 @@ after_script: - mysql -u root -e 'select * from expenses;' ninja - cat storage/logs/laravel-error.log - cat storage/logs/laravel-info.log - - FILES=$(find tests/_output -type f -name '*.png') + - FILES=$(find tests/_output -type f -name '*.png' | sort -nr) - for i in $FILES; do echo $i; base64 "$i"; break; done notifications: