chore: turn on Travis retries (#5787)

To enable Travis to retry to work around ECONNRESET and similar that pops up.
This commit is contained in:
Jack Franklin 2020-04-30 12:38:58 +01:00 committed by GitHub
parent 3116bb9c2d
commit c212126f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
script:
- ls .local-chromium .local-firefox
- npm run tsc
- npm run unit
- travis_retry npm run unit
- os: "windows"
name: 'Unit tests: Windows/Chromium'
@ -35,7 +35,7 @@ jobs:
before_install:
- PUPPETEER_PRODUCT=firefox npm install
script:
- npm run coverage
- travis_retry npm run coverage
# This bot runs all the extra checks that aren't the main Puppeteer unit tests
- node_js: "10.19.0"
@ -57,7 +57,7 @@ jobs:
before_install:
- PUPPETEER_PRODUCT=firefox npm install
script:
- npm run funit
- travis_retry npm run funit
notifications:
email: false