From a232b87897199e1ec958a86775ac9da8baf11920 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 7 Jun 2018 14:09:11 +0300 Subject: [PATCH] Travis debug --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4cbed2ad8..a57730309 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,6 +106,7 @@ after_script: - mysql -u root -e 'select * from lookup_invitations;' ninja0 - mysql -u root -e 'select * from accounts;' ninja - mysql -u root -e 'select * from users;' ninja + - mysql -u root -e 'select * from lookup_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