CI: fix travis build (#1274)

This commit is contained in:
Francesco Borzì
2019-01-13 12:10:24 +01:00
committed by GitHub
parent 2c1c35fd16
commit 36c6d7438e

View File

@@ -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: