mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
parent
3116bb9c2d
commit
c212126f6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user