Skip to content

Commit c238380

Browse files
Merge pull request #74 from wp-cli/behat-progress-format
Run Behat with `--format progress`
2 parents 499d7d7 + 7c6a38e commit c238380

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ before_script:
3232
- composer validate
3333
- bash bin/install-package-tests.sh
3434

35-
script: ./vendor/bin/behat --strict
35+
script: ./vendor/bin/behat --format progress --strict

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ test:
2121
- composer validate
2222
- bash bin/install-package-tests.sh
2323
override:
24-
- WP_VERSION=latest ./vendor/bin/behat --strict
24+
- WP_VERSION=latest ./vendor/bin/behat --format progress --strict
2525
- rm -rf '/tmp/wp-cli-test core-download-cache'
26-
- WP_VERSION=trunk ./vendor/bin/behat --strict
26+
- WP_VERSION=trunk ./vendor/bin/behat --format progress --strict

0 commit comments

Comments
 (0)