Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: turn on Travis retries #5787

Merged
merged 1 commit into from Apr 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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