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