From: Hypolite Petovan Date: Wed, 4 Jul 2018 01:24:42 +0000 (-0400) Subject: Add DB structure import from file during Travis execution X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e279cc301ffab128097eee0ef13a8bdcb43c5b4;p=friendica.git Add DB structure import from file during Travis execution --- diff --git a/.travis.yml b/.travis.yml index b722fe77f1..78c29817db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,4 @@ install: - composer install before_script: - mysql -e 'CREATE DATABASE IF NOT EXISTS test;' + - mysql -utravis test < database.sql