Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 13f9b4e

Browse files
committed
ci: don't install coveralls or nyc, ci-after-success has built-in codecov support
1 parent 79a6b33 commit 13f9b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ env:
1515
- PLAYWRIGHT_OVERRIDE_VERSION=1.1.0
1616
- PLAYWRIGHT_OVERRIDE_VERSION=latest
1717
before_install:
18-
- npm install -g yarn coveralls nyc
18+
- npm install -g yarn
1919
before_script:
2020
- yarn add -D "playwright@${PLAYWRIGHT_OVERRIDE_VERSION}"
2121
script:
2222
- yarn rebuild
2323
- yarn validate
2424
after_success:
25-
- cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
25+
- yarn ci-after-success
2626

2727
jobs:
2828
include:

0 commit comments

Comments
 (0)