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 490a0ff commit 560b254Copy full SHA for 560b254
circle.yml
@@ -8,11 +8,11 @@ jobs:
8
steps:
9
- checkout
10
- run: |
11
- composer require wp-cli/wp-cli:dev-master
12
- composer install
13
- bash bin/install-package-tests.sh
+ composer require wp-cli/wp-cli:dev-master
+ composer install
+ bash bin/install-package-tests.sh
14
15
- composer validate
16
- WP_VERSION=latest bash bin/test.sh
17
- rm -rf '/tmp/wp-cli-test core-download-cache'
18
- WP_VERSION=trunk bash bin/test.sh
+ composer validate
+ WP_VERSION=latest bash bin/test.sh
+ rm -rf '/tmp/wp-cli-test core-download-cache'
+ WP_VERSION=trunk bash bin/test.sh
0 commit comments