Skip to content

Commit 560b254

Browse files
Fix invalid YAML
1 parent 490a0ff commit 560b254

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

circle.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
steps:
99
- checkout
1010
- run: |
11-
composer require wp-cli/wp-cli:dev-master
12-
composer install
13-
bash bin/install-package-tests.sh
11+
composer require wp-cli/wp-cli:dev-master
12+
composer install
13+
bash bin/install-package-tests.sh
1414
- run: |
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
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

0 commit comments

Comments
 (0)