Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit aab6882

Browse files
committed
Use yarn on appveyor
1 parent 2d8936d commit aab6882

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

appveyor.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
environment:
22
matrix:
3-
- nodejs_version: "4"
4-
- nodejs_version: "5"
5-
- nodejs_version: "6"
3+
# - nodejs_version: "4"
4+
# - nodejs_version: "5"
5+
# - nodejs_version: "6"
66
- nodejs_version: "7"
77

88
install:
99
- ps: Install-Product node $env:nodejs_version
10-
- npm install
10+
- choco install yarn
11+
- refreshenv
12+
- yarn install
1113

1214
test_script:
1315
- node --version
14-
- npm --version
15-
- npm test
16+
- yarn --version
17+
- yarn test
1618

1719
build: off

0 commit comments

Comments
 (0)