We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9d879 commit c48cf2eCopy full SHA for c48cf2e
circle.yml
@@ -6,17 +6,16 @@ jobs:
6
docker:
7
- image: circleci/php:7.1
8
- image: circleci/mysql:5.6
9
+ environment:
10
+ MYSQL_HOST: 127.0.0.1
11
+ MYSQL_DB: wp_cli_test
12
+ MYSQL_USER: wp_cli_test
13
+ MYSQL_PASSWORD: password1
14
steps:
15
- checkout
- - run: |
- sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
- sudo apt-get update
- sudo docker-php-ext-install mysqli
- sudo apt-get install mysql-client-5.7
16
- run: |
17
composer require wp-cli/wp-cli:dev-master
18
composer install
19
- bash bin/install-package-tests.sh
20
21
composer validate
22
WP_VERSION=latest bash bin/test.sh
0 commit comments