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.
1 parent 884ddec commit 5c01c68Copy full SHA for 5c01c68
.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
@@ -18,7 +18,7 @@
18
"wp-cli/db-command": "^1.3 || ^2",
19
"wp-cli/entity-command": "^1.3 || ^2",
20
"wp-cli/extension-command": "^1.2 || ^2",
21
- "wp-cli/wp-cli-tests": "^2"
+ "wp-cli/wp-cli-tests": "^2.0.7"
22
},
23
"config": {
24
"process-timeout": 7200,
@@ -45,6 +45,7 @@
"prefer-stable": true,
"scripts": {
"behat": "run-behat-tests",
48
+ "behat-rerun": "rerun-behat-tests",
49
"lint": "run-linter-tests",
50
"phpcs": "run-phpcs-tests",
51
"phpunit": "run-php-unit-tests",
0 commit comments