You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+27-12Lines changed: 27 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ build: off
4
4
5
5
environment:
6
6
matrix:
7
+
- nodejs_version: "13"
7
8
- nodejs_version: "12"
8
9
- nodejs_version: "11"
9
10
- nodejs_version: "10"
@@ -23,8 +24,8 @@ environment:
23
24
matrix:
24
25
# fast_finish: true
25
26
allow_failures:
26
-
- nodejs_version: "5"# due to windows npm bug, registry-side
27
27
- nodejs_version: "0.8"
28
+
platform: x86
28
29
- nodejs_version: "0.6"
29
30
30
31
platform:
@@ -33,17 +34,31 @@ platform:
33
34
34
35
# Install scripts. (runs after repo cloning)
35
36
install:
36
-
# Fix symlinks in working copy (see https://github.com/appveyor/ci/issues/650#issuecomment-186592582) / https://github.com/charleskorn/batect/commit/d08986802ec43086902958c4ee7e57ff3e71dbef
37
-
- git config core.symlinks true
38
-
- git reset --hard
39
-
# Get the latest stable version of Node.js or io.js
#- IF %nodejs_version% NEQ 0.6 AND %nodejs_version% NEQ 0.8 npm -g install npm
45
-
# install modules
46
-
- npm install
37
+
# Fix symlinks in working copy (see https://github.com/appveyor/ci/issues/650#issuecomment-186592582) / https://github.com/charleskorn/batect/commit/d08986802ec43086902958c4ee7e57ff3e71dbef
38
+
- git config core.symlinks true
39
+
- git reset --hard
40
+
# Get the latest stable version of Node.js or io.js
0 commit comments