Skip to content

Commit 42141c0

Browse files
committed
ci: tweak appveyor config
1 parent 573e563 commit 42141c0

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

Diff for: appveyor.yml

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
# Test against the latest version of this Node.js version
21
environment:
3-
nodejs_version: "6"
2+
nodejs_version: "8"
43

5-
# Install scripts. (runs after repo cloning)
64
install:
7-
# Get the latest stable version of Node.js or io.js
85
- ps: Install-Product node $env:nodejs_version
9-
# install modules
10-
- npm install
6+
- yarn
117

12-
# Post-install test scripts.
138
test_script:
14-
# Output useful info for debugging.
9+
- git --version
1510
- node --version
16-
- npm --version
17-
# run tests
18-
- npm test
11+
- yarn --version
12+
- yarn test
13+
14+
cache:
15+
- node_modules -> yarn.lock
1916

20-
# Don't actually build.
2117
build: off

0 commit comments

Comments
 (0)