Add echo screenshot to travis
This commit is contained in:
parent
e47b3894cc
commit
4efe685e61
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue