Merge pull request #21174 from woocommerce/travis-retry

Retry e2e tests automatically in case of failure
This commit is contained in:
Claudiu Lodromanean 2018-08-23 13:01:22 -07:00 committed by GitHub
commit 176c871007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ before_script:
script:
- bash tests/bin/phpunit.sh
- bash tests/bin/phpcs.sh
- bash tests/bin/run-e2e-CI.sh
- travis_retry bash tests/bin/run-e2e-CI.sh
after_script:
- bash tests/bin/travis.sh after