File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ matrix:
1717 - go get -u github.com/golang/dep/cmd/dep
1818 - dep ensure
1919 - docker pull mysql:8.0
20- - docker run -d -p 127.0.0.1:3307:3306 --name mysqld -v testdata/schema/:/docker-entrypoint-initdb.d/
21- -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8.0 --innodb_log_file_size=256MB
20+ - docker run -d -p 127.0.0.1:3307:3306 --name mysqld -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8.0 --innodb_log_file_size=256MB
2221 --innodb_buffer_pool_size=512MB --max_allowed_packet=16MB
2322 - sleep 30
2423 - cp .travis/docker.cnf ~/.my.cnf
@@ -38,8 +37,7 @@ matrix:
3837 - go get -u github.com/golang/dep/cmd/dep
3938 - dep ensure
4039 - docker pull mysql:5.7
41- - docker run -d -p 127.0.0.1:3307:3306 --name mysqld -v testdata/schema/:/docker-entrypoint-initdb.d/
42- -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7 --innodb_log_file_size=256MB
40+ - docker run -d -p 127.0.0.1:3307:3306 --name mysqld -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7 --innodb_log_file_size=256MB
4341 --innodb_buffer_pool_size=512MB --max_allowed_packet=16MB
4442 - sleep 30
4543 - cp .travis/docker.cnf ~/.my.cnf
@@ -59,8 +57,7 @@ matrix:
5957 - go get -u github.com/golang/dep/cmd/dep
6058 - dep ensure
6159 - docker pull mysql:5.6
62- - docker run -d -p 127.0.0.1:3307:3306 --name mysqld -v testdata/schema/:/docker-entrypoint-initdb.d/
63- -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.6
60+ - docker run -d -p 127.0.0.1:3307:3306 --name mysqld -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.6
6461 --innodb_log_file_size=256MB --innodb_buffer_pool_size=512MB --max_allowed_packet=16MB
6562 - sleep 30
6663 - cp .travis/docker.cnf ~/.my.cnf
You can’t perform that action at this time.
0 commit comments