Skip to content

Commit 231ad67

Browse files
committed
Update appveyor: no more bower, use yarn.
1 parent fed2a4a commit 231ad67

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

appveyor.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@ install:
2121
- rename C:\Python27 Python27hidden
2222
# Typical npm stuff.
2323
- md C:\nc
24-
- npm config set cache C:\nc
25-
- npm version
26-
- npm install --no-optional
27-
- npm install -g bower
28-
- bower install
24+
- yarn --ignore-optional
25+
26+
cache:
27+
- "%LOCALAPPDATA%\\Yarn"
2928

3029
# Post-install test scripts.
3130
test_script:
3231
# Output useful info for debugging.
33-
- npm version
34-
- cmd: npm test
32+
- yarn versions
33+
- cmd: yarn run test
3534

3635
# Don't actually build.
3736
build: off

0 commit comments

Comments
 (0)