Skip to content

Commit

Permalink
build: support MariaDB 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 6, 2018
1 parent 89478fb commit 9bcbd2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -34,6 +34,8 @@ matrix:
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=10.1"
- node_js: "6.13"
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=10.2"
- node_js: "6.13"
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=10.3"

dist: trusty
addons:
Expand Down

0 comments on commit 9bcbd2e

Please sign in to comment.