Skip to content

Commit 78b1172

Browse files
committed
build: support MariaDB 5.5
1 parent 06139e6 commit 78b1172

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=5.5"
1921
- node_js: "6.10"
2022
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=10.0"
2123
- node_js: "6.10"

0 commit comments

Comments
 (0)