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 e910a63 + 080d8cd commit 29b0e3dCopy full SHA for 29b0e3d
.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
@@ -16,7 +16,7 @@
16
},
17
"require-dev": {
18
"wp-cli/entity-command": "^1.3 || ^2",
19
- "wp-cli/wp-cli-tests": "^2"
+ "wp-cli/wp-cli-tests": "^2.0.7"
20
21
"config": {
22
"process-timeout": 7200,
@@ -57,6 +57,7 @@
57
"prefer-stable": true,
58
"scripts": {
59
"behat": "run-behat-tests",
60
+ "behat-rerun": "rerun-behat-tests",
61
"lint": "run-linter-tests",
62
"phpcs": "run-phpcs-tests",
63
"phpunit": "run-php-unit-tests",
0 commit comments