Skip to content

Commit 4f7fc93

Browse files
committed
build: support MySQL 5.7
1 parent cdbdd00 commit 4f7fc93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ node_js:
1313
- "6.10"
1414
- "7.6"
1515
env:
16-
- "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.6"
16+
- "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.7"
1717
matrix:
1818
include:
1919
- node_js: "6.10"
2020
env: "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.5"
21+
- node_js: "6.10"
22+
env: "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.6"
2123
- node_js: "6.10"
2224
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=5.5"
2325
- node_js: "6.10"

0 commit comments

Comments
 (0)