Skip to content

Commit

Permalink
Add docker image circleci/mysql:5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Aug 12, 2017
1 parent a9e2681 commit 72f62cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -5,6 +5,10 @@ jobs:
- image: circleci/ruby:2.4.1-node
environment:
RAILS_ENV: test
- image: circleci/mysql:5.7
env:
- MYSQL_ALLOW_EMPTY_PASSWORD=true
- MYSQL_ROOT_HOST=%
steps:
- checkout

Expand Down

0 comments on commit 72f62cb

Please sign in to comment.