Skip to content

Commit fceb38c

Browse files
committed
[publish binary] [email protected]
1 parent 205c219 commit fceb38c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

appveyor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ environment:
44
node_pre_gyp_secretAccessKey:
55
secure: NVvJWst8RJXhz/G0Gu+dpljZz5iNT0ko4sPybD313JuIn2wAf9xGDnKEipmY1mow
66
matrix:
7-
- nodejs_version: "11"
8-
platform: x64
9-
msvs_toolset: 15
10-
- nodejs_version: "10"
11-
platform: x64
12-
msvs_toolset: 15
13-
- nodejs_version: "8"
14-
platform: x64
15-
msvs_toolset: 15
167
- nodejs_version: "6"
178
platform: x64
189
msvs_toolset: 15

scripts/build-appveyor.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ ECHO npm test
1919
CALL npm test
2020
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
2121

22-
ECHO npm run test:browsers
23-
IF NOT $env:nodejs_version == 6 (CALL npm run test:browsers)
24-
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
25-
2622
ECHO node-pre-gyp package
2723
CALL node_modules\.bin\node-pre-gyp package
2824
IF %ERRORLEVEL% NEQ 0 GOTO ERROR

0 commit comments

Comments
 (0)