Skip to content

Commit

Permalink
Merge pull request #1831 from bolt/repo/use-travis-retry
Browse files Browse the repository at this point in the history
Use `travis_retry` command on frequently failing behat tests
  • Loading branch information
bobdenotter authored Sep 4, 2020
2 parents aa5d4fc + 2686fdd commit 2127bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ script:
# run API tests
- make behat-api-quiet
# run JS e2e tests
- make behat-js-quiet
- travis_retry make behat-js-quiet
# Upload Behat logs
- ./vendor/bin/upload-textfiles "var/log/behat-reports/*.log"

0 comments on commit 2127bda

Please sign in to comment.