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 e3f3d24 + 2f45317 commit 73e27beCopy full SHA for 73e27be
.travis.yml
@@ -41,7 +41,7 @@ install:
41
42
script:
43
- composer phpunit
44
- - composer behat
+ - composer behat || composer behat-rerun
45
46
jobs:
47
include:
composer.json
@@ -19,7 +19,7 @@
19
"wp-cli/db-command": "^1.3 || ^2",
20
"wp-cli/extension-command": "^1.2 || ^2",
21
"wp-cli/media-command": "^1.1 || ^2",
22
- "wp-cli/wp-cli-tests": "^2"
+ "wp-cli/wp-cli-tests": "^2.0.7"
23
},
24
"config": {
25
"process-timeout": 7200,
@@ -194,6 +194,7 @@
194
"prefer-stable": true,
195
"scripts": {
196
"behat": "run-behat-tests",
197
+ "behat-rerun": "rerun-behat-tests",
198
"lint": "run-linter-tests",
199
"phpcs": "run-phpcs-tests",
200
"phpunit": "run-php-unit-tests",
0 commit comments