File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ matrix:
2121 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8.0 --innodb_log_file_size=256MB
2222 --innodb_buffer_pool_size=512MB --max_allowed_packet=16MB
2323 - sleep 30
24+ - cp .travis/docker.cnf ~/.my.cnf
2425 - .travis/wait_mysql.sh
26+ - mysql < testdata/schema/sakila.sql
2527 before_script :
2628 - export TEST_DSN="root:@tcp(127.0.0.1:3307)/sakila?parseTime=true"
2729
@@ -40,7 +42,9 @@ matrix:
4042 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7 --innodb_log_file_size=256MB
4143 --innodb_buffer_pool_size=512MB --max_allowed_packet=16MB
4244 - sleep 30
45+ - cp .travis/docker.cnf ~/.my.cnf
4346 - .travis/wait_mysql.sh
47+ - mysql < testdata/schema/sakila.sql
4448 before_script :
4549 - export TEST_DSN="root:@tcp(127.0.0.1:3307)/sakila?parseTime=true"
4650
@@ -59,7 +63,9 @@ matrix:
5963 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.6
6064 --innodb_log_file_size=256MB --innodb_buffer_pool_size=512MB --max_allowed_packet=16MB
6165 - sleep 30
66+ - cp .travis/docker.cnf ~/.my.cnf
6267 - .travis/wait_mysql.sh
68+ - mysql < testdata/schema/sakila.sql
6369 before_script :
6470 - export TEST_DSN="root@tcp(127.0.0.1:3307)/sakila?parseTime=true"
6571
You can’t perform that action at this time.
0 commit comments