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 cf8a436 + 9aff3ca commit da4d0b8Copy full SHA for da4d0b8
.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
@@ -15,7 +15,7 @@
15
"wp-cli/wp-cli": "^2"
16
},
17
"require-dev": {
18
- "wp-cli/wp-cli-tests": "^2"
+ "wp-cli/wp-cli-tests": "^2.0.7"
19
20
"config": {
21
"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