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

Commit 79a6b33

Browse files
committed
ci: don't install @patrickhulce/scripts globally
1 parent d418378 commit 79a6b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- PLAYWRIGHT_OVERRIDE_VERSION=1.1.0
1616
- PLAYWRIGHT_OVERRIDE_VERSION=latest
1717
before_install:
18-
- npm install -g yarn coveralls nyc @patrickhulce/scripts
18+
- npm install -g yarn coveralls nyc
1919
before_script:
2020
- yarn add -D "playwright@${PLAYWRIGHT_OVERRIDE_VERSION}"
2121
script:

0 commit comments

Comments
 (0)