Skip to content

Commit 65192a4

Browse files
authored
Improve appveyor.yml (#5)
* Update appveyor.yml * Update appveyor.yml
1 parent fb21151 commit 65192a4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
version: 1.0.{build}
2+
image:
3+
- Visual Studio 2017
24

35
platform:
46
- x64
@@ -7,15 +9,11 @@ init:
79
- git config --global core.autocrlf input
810

911
install:
10-
- ps: Install-Product node 8 x64
11-
- git reset --hard HEAD
12-
- npm install npm -g
12+
- ps: Install-Product node stable x64
1313
- npm install
14-
- npm prune
1514

1615
build_script:
17-
- node --version
18-
- npm --version
16+
- npx envinfo
1917
- npm run dist
2018

21-
test: off
19+
test: off

0 commit comments

Comments
 (0)