File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ environment:
4
4
node_pre_gyp_secretAccessKey :
5
5
secure : NVvJWst8RJXhz/G0Gu+dpljZz5iNT0ko4sPybD313JuIn2wAf9xGDnKEipmY1mow
6
6
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
16
7
- nodejs_version : " 6"
17
8
platform : x64
18
9
msvs_toolset : 15
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ ECHO npm test
19
19
CALL npm test
20
20
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
21
21
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
-
26
22
ECHO node-pre-gyp package
27
23
CALL node_modules\.bin\node-pre-gyp package
28
24
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
You can’t perform that action at this time.
0 commit comments