mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-18 09:04:35 +01:00
Add echo screenshot to travis
This commit is contained in:
parent
e47b3894cc
commit
4efe685e61
@ -94,6 +94,8 @@ after_script:
|
|||||||
- mysql -u root -e 'select * from credits;' ninja
|
- mysql -u root -e 'select * from credits;' ninja
|
||||||
- cat storage/logs/laravel-error.log
|
- cat storage/logs/laravel-error.log
|
||||||
- cat storage/logs/laravel-info.log
|
- cat storage/logs/laravel-info.log
|
||||||
|
- FILES=$(find tests/_output -type f -name '*.png')
|
||||||
|
- for i in $FILES; do echo $i; base64 "$i"; break; done
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
Reference in New Issue
Block a user