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 cf5738d + 4b2f6b5 commit c5b07a9Copy full SHA for c5b07a9
.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,
@@ -58,6 +58,7 @@
58
"prefer-stable": true,
59
"scripts": {
60
"behat": "run-behat-tests",
61
+ "behat-rerun": "rerun-behat-tests",
62
"lint": "run-linter-tests",
63
"phpcs": "run-phpcs-tests",
64
"phpunit": "run-php-unit-tests",
0 commit comments