Skip to content

Commit 7e9d879

Browse files
Incorporate MySQL too
1 parent 560b254 commit 7e9d879

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ jobs:
55
parallelism: 1
66
docker:
77
- image: circleci/php:7.1
8+
- image: circleci/mysql:5.6
89
steps:
910
- checkout
11+
- run: |
12+
sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
13+
sudo apt-get update
14+
sudo docker-php-ext-install mysqli
15+
sudo apt-get install mysql-client-5.7
1016
- run: |
1117
composer require wp-cli/wp-cli:dev-master
1218
composer install

0 commit comments

Comments
 (0)