Skip to content

Commit

Permalink
build: support MySQL 8 series
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiquelhas authored and nwoltman committed Jun 12, 2019
1 parent 111a283 commit 41f01c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,8 @@ matrix:
env: "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.5"
- node_js: *lts
env: "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.6"
- node_js: *lts
env: "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=8.0"
- node_js: *lts
env: "DOCKER_MYSQL_TYPE=mariadb DOCKER_MYSQL_VERSION=5.5"
- node_js: *lts
Expand Down

0 comments on commit 41f01c5

Please sign in to comment.