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

Commit 84004d1

Browse files
committed
ci: modify Travis configuration for Playwright
1 parent 477a2d8 commit 84004d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ node_js:
88
- v12
99
- v10
1010
env:
11-
- PPTR_OVERRIDE_VERSION=1.6.x
12-
- PPTR_OVERRIDE_VERSION=1.8.x
13-
- PPTR_OVERRIDE_VERSION=1.12.x
14-
- PPTR_OVERRIDE_VERSION=latest
11+
- PLAYWRIGHT_OVERRIDE_VERSION=1.0.0
12+
- PLAYWRIGHT_OVERRIDE_VERSION=latest
1513
before_install:
1614
- npm install -g yarn coveralls nyc @patrickhulce/scripts
1715
before_script:
18-
- yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}" "@types/puppeteer@${PPTR_OVERRIDE_VERSION}"
16+
- yarn add -D "playwright@${PLAYWRIGHT_OVERRIDE_VERSION}"
1917
script:
2018
- yarn rebuild
2119
- yarn test:lint

0 commit comments

Comments
 (0)