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

Commit 6bc292e

Browse files
author
Simon Hofmann
committed
Removed node 6 from matrix
1 parent d660a7e commit 6bc292e

File tree

2 files changed

+3
-46
lines changed

2 files changed

+3
-46
lines changed

.travis.yml

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14,45 +14,17 @@ env:
1414
matrix:
1515
include:
1616
- os: linux
17+
node_js: '8'
1718
env:
1819
- BUILD_TASK=test
19-
TAG=3.0.0-contrib-node6
20-
- os: linux
21-
env:
22-
- BUILD_TASK=test
23-
TAG=3.1.0-contrib-node6
24-
- os: linux
25-
env:
26-
- BUILD_TASK=test
27-
TAG=3.2.0-contrib-node6
28-
- os: linux
29-
env:
30-
- BUILD_TASK=test
31-
TAG=3.3.0-contrib-node6
32-
- os: linux
33-
env:
34-
- BUILD_TASK=test
35-
TAG=3.4.0-contrib-world-node6
36-
- os: linux
37-
env:
38-
- BUILD_TASK=test
39-
TAG=3.4.6-node6
40-
- os: linux
41-
env:
42-
- BUILD_TASK=test
43-
TAG=3.4.6-contrib-node6
4420
- os: linux
21+
node_js: '10'
4522
env:
4623
- BUILD_TASK=test
47-
TAG=3.4.6-contrib-node8
4824
- os: linux
25+
node_js: '11'
4926
env:
5027
- BUILD_TASK=test
51-
TAG=3.4.6-contrib-node10
52-
- os: linux
53-
node_js: '6'
54-
env:
55-
- BUILD_TASK=prebuild
5628
- os: linux
5729
node_js: '8'
5830
env:
@@ -65,14 +37,6 @@ matrix:
6537
node_js: '11'
6638
env:
6739
- BUILD_TASK=prebuild
68-
- os: osx
69-
node_js: '6'
70-
env:
71-
- BUILD_TASK=test
72-
- os: osx
73-
node_js: '6'
74-
env:
75-
- BUILD_TASK=prebuild
7640
- os: osx
7741
node_js: '8'
7842
env:

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ environment:
4040
# use self build
4141
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
4242
DISABLE_ASYNC_HOOKS_TEST: 1
43-
# node 6
44-
- nodejs_version: 6
45-
PYTHON: "C:\\Python27-x64"
46-
PYTHON_VERSION: "2.7"
47-
opencv_version: 3.4.6
48-
# use self build
49-
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
5043

5144
install:
5245
# - cmd: choco install OpenCV -y -version %OPENCV_VERSION%

0 commit comments

Comments
 (0)