Skip to content

Commit 8c70b76

Browse files
committed
Fix CI not using Yarn
1 parent 7ff01f9 commit 8c70b76

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
@@ -5,12 +5,10 @@ node_js:
55
- "12"
66

77
cache:
8+
yarn: true
89
directories:
910
- node_modules
1011

11-
before_install:
12-
- curl -L https://unpkg.com/@pnpm/self-installer | node
13-
1412
script:
15-
- pnpm install
16-
- pnpm run test
13+
- yarn install
14+
- yarn run test

0 commit comments

Comments
 (0)