CI: fix travis build (#1274)
This commit is contained in:
parent
2c1c35fd16
commit
36c6d7438e
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ install:
|
|||
- echo "DB_WORLD_CONF=\"MYSQL_USER='root'; MYSQL_PASS=''; MYSQL_HOST='127.0.0.1';\"" >> conf/config.sh
|
||||
# create and import mysql
|
||||
- mysql -e "SET GLOBAL sql_mode = '';" # this is necessary because of mysql 5.7
|
||||
- mysql -e "SET GLOBAL max_allowed_packet=128*1024*1024;"
|
||||
- bash ./acore.sh "db-assembler" "import-all"
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue