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 7975548 + 068cb03 commit 770a894Copy full SHA for 770a894
.travis.yml
@@ -41,7 +41,7 @@ install:
41
42
script:
43
- composer phpunit
44
- - composer behat
+ - ccomposer behat || composer behat-rerun
45
46
jobs:
47
include:
composer.json
@@ -16,7 +16,7 @@
16
},
17
"require-dev": {
18
"wp-cli/extension-command": "^1.2 || ^2",
19
- "wp-cli/wp-cli-tests": "^2"
+ "wp-cli/wp-cli-tests": "^2.0.7"
20
21
"config": {
22
"process-timeout": 7200,
@@ -51,6 +51,7 @@
51
"prefer-stable": true,
52
"scripts": {
53
"behat": "run-behat-tests",
54
+ "behat-rerun": "rerun-behat-tests",
55
"lint": "run-linter-tests",
56
"phpcs": "run-phpcs-tests",
57
"phpunit": "run-php-unit-tests",
0 commit comments