Add DB structure import from file during Travis execution
This commit is contained in:
parent
40d911c284
commit
7e279cc301
|
@ -16,3 +16,4 @@ install:
|
|||
- composer install
|
||||
before_script:
|
||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
|
||||
- mysql -utravis test < database.sql
|
||||
|
|
Loading…
Reference in New Issue
Block a user