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

Commit f5421d5

Browse files
author
Simon Hofmann
committed
Removed node 6 build
1 parent 7ee0e00 commit f5421d5

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ sudo: required
44

55
matrix:
66
include:
7-
- os: linux
8-
node_js: 6
9-
env:
10-
- BUILD_TASK=test
11-
- os: linux
12-
node_js: 6
13-
env:
14-
- BUILD_TASK=prebuild
157
- os: linux
168
node_js: 8
179
env:
@@ -45,14 +37,6 @@ matrix:
4537
env:
4638
- BUILD_TASK=prebuild
4739

48-
- os: osx
49-
node_js: 6
50-
env:
51-
- BUILD_TASK=test
52-
- os: osx
53-
node_js: 6
54-
env:
55-
- BUILD_TASK=prebuild
5640
- os: osx
5741
node_js: 8
5842
env:

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ environment:
2626
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
2727
- nodejs_version: 8
2828
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
29-
- nodejs_version: 6
30-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3129

3230
install:
3331
# - cmd: choco install OpenCV -y -version %OPENCV_VERSION%

0 commit comments

Comments
 (0)