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.
2 parents 499d7d7 + 7c6a38e commit c238380Copy full SHA for c238380
.travis.yml
@@ -32,4 +32,4 @@ before_script:
32
- composer validate
33
- bash bin/install-package-tests.sh
34
35
-script: ./vendor/bin/behat --strict
+script: ./vendor/bin/behat --format progress --strict
circle.yml
@@ -21,6 +21,6 @@ test:
21
22
23
override:
24
- - WP_VERSION=latest ./vendor/bin/behat --strict
+ - WP_VERSION=latest ./vendor/bin/behat --format progress --strict
25
- rm -rf '/tmp/wp-cli-test core-download-cache'
26
- - WP_VERSION=trunk ./vendor/bin/behat --strict
+ - WP_VERSION=trunk ./vendor/bin/behat --format progress --strict
0 commit comments