mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-18 00:53:10 +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
|
||||
- cat storage/logs/laravel-error.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:
|
||||
email:
|
||||
|
Loading…
Reference in New Issue
Block a user