Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 9fb2102

Browse files
author
Simon Hofmann
committed
Disabled failing AppVeyor job for node 8
1 parent 531f1f9 commit 9fb2102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ environment:
6161
# use self build
6262
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
6363

64+
matrix:
65+
exclude:
66+
- nodejs_version: 8
67+
6468
install:
6569
- cmd: choco install OpenCV -y -version %OPENCV_VERSION%
6670
- IF EXIST c:\tools\opencv* CD c:\tools\opencv*

0 commit comments

Comments
 (0)