Skip to content

Commit 06139e6

Browse files
committed
build: support MariaDB 10.0
1 parent 785dc87 commit 06139e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ env:
1616
- "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.5"
1717
matrix:
1818
include:
19+
- node_js: "6.10"
20+
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=10.0"
1921
- node_js: "6.10"
2022
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=10.1"
2123

0 commit comments

Comments
 (0)