Skip to content

Commit f41ec75

Browse files
committed
switch windows build to yarn
1 parent f13d61d commit f41ec75

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,20 @@ install:
66
- git rev-parse HEAD
77
- ps: Install-Product node $env:nodejs_version
88
- npm version
9-
- npm install
9+
- npm install -g yarnpkg
10+
- yarn
1011
- set PATH=C:\Ruby22\bin;%PATH%
1112
- bundle install
1213

13-
cache:
14-
- '%APPDATA%\npm-cache'
15-
1614
build: off
1715

1816
before_test:
19-
- npm version
17+
- yarn -v
2018
- ruby -v
2119
- gem -v
2220
- bundle -v
2321

2422
test_script:
2523
- bundle exec rake
26-
- cmd: npm run ci
24+
- cmd: yarn run ci
2725

0 commit comments

Comments
 (0)