Skip to content

Commit

Permalink
Merge pull request #88 from wp-cli/automatically-rerun-failed-scenarios
Browse files Browse the repository at this point in the history
Automatically rerun failed scenarios
  • Loading branch information
schlessera authored Sep 21, 2018
2 parents 62cb78a + be6fca4 commit 727a2f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install:

script:
- composer phpunit
- composer behat
- composer behat || composer behat-rerun

jobs:
include:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"wp-cli/db-command": "^1.3 || ^2",
"wp-cli/entity-command": "^1.3 || ^2",
"wp-cli/extension-command": "^1.2 || ^2",
"wp-cli/wp-cli-tests": "^2"
"wp-cli/wp-cli-tests": "^2.0.7"
},
"config": {
"process-timeout": 7200,
Expand Down Expand Up @@ -56,6 +56,7 @@
"prefer-stable": true,
"scripts": {
"behat": "run-behat-tests",
"behat-rerun": "rerun-behat-tests",
"lint": "run-linter-tests",
"phpcs": "run-phpcs-tests",
"phpunit": "run-php-unit-tests",
Expand Down

0 comments on commit 727a2f9

Please sign in to comment.