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:
|
script:
|
||||||
- ls .local-chromium .local-firefox
|
- ls .local-chromium .local-firefox
|
||||||
- npm run tsc
|
- npm run tsc
|
||||||
- npm run unit
|
- travis_retry npm run unit
|
||||||
|
|
||||||
- os: "windows"
|
- os: "windows"
|
||||||
name: 'Unit tests: Windows/Chromium'
|
name: 'Unit tests: Windows/Chromium'
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
before_install:
|
before_install:
|
||||||
- PUPPETEER_PRODUCT=firefox npm install
|
- PUPPETEER_PRODUCT=firefox npm install
|
||||||
script:
|
script:
|
||||||
- npm run coverage
|
- travis_retry npm run coverage
|
||||||
|
|
||||||
# This bot runs all the extra checks that aren't the main Puppeteer unit tests
|
# This bot runs all the extra checks that aren't the main Puppeteer unit tests
|
||||||
- node_js: "10.19.0"
|
- node_js: "10.19.0"
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
before_install:
|
before_install:
|
||||||
- PUPPETEER_PRODUCT=firefox npm install
|
- PUPPETEER_PRODUCT=firefox npm install
|
||||||
script:
|
script:
|
||||||
- npm run funit
|
- travis_retry npm run funit
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user