Add DB structure import from file during Travis execution

This commit is contained in:
Hypolite Petovan 2018-07-03 21:24:42 -04:00
parent 40d911c284
commit 7e279cc301
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ install:
- composer install - composer install
before_script: before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;' - mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- mysql -utravis test < database.sql