From 40f18ed19f9418c3a36d7e08803b571f3fba48ef Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 7 Jun 2016 16:16:25 +0300 Subject: [PATCH] Working on tests --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b9ab5042baf4..5068eb042f5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,6 +92,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"; echo "EOF"; done notifications: email: