Skip to content

Commit

Permalink
chore: turn on Travis retries (#5787)
Browse files Browse the repository at this point in the history
To enable Travis to retry to work around ECONNRESET and similar that pops up.
  • Loading branch information
jackfranklin committed Apr 30, 2020
1 parent 3116bb9 commit c212126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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'
Expand All @@ -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"
Expand All @@ -57,7 +57,7 @@ jobs:
before_install:
- PUPPETEER_PRODUCT=firefox npm install
script:
- npm run funit
- travis_retry npm run funit

notifications:
email: false

0 comments on commit c212126

Please sign in to comment.