From 0bdc029df7394b994f15c9acc7d51d2eec0e1043 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 13 Mar 2017 09:30:20 +0200 Subject: [PATCH] Working on tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: