Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Drop Node 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Apr 25, 2018
1 parent f115cbe commit 03fc58c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ config_steps: &config_steps
version: 2

jobs:
"node-4":
<<: *config_steps
docker:
- image: centos:6.6
environment:
DISTRO: CENTOS
NODEJS: 4

"node-6":
<<: *config_steps
docker:
Expand Down Expand Up @@ -92,14 +84,6 @@ jobs:
DISTRO: CENTOS
NODEJS: 10

"node-4 musl":
<<: *config_steps
docker:
- image: mhart/alpine-node:4
environment:
DISTRO: ALPINE
NODEJS: 4

"node-6 musl":
<<: *config_steps
docker:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- osx

node_js:
- "4"
- "6"
- "8"
- "9"
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
secure: 7t92yForo995jn/5Afeo6A3wcmEyus0nlybU4a9MYQ1FSoMvkjLeihbEQYr99F9S

matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
Expand All @@ -27,11 +26,6 @@ install:
- cmd: git submodule update --init --recursive
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform;
- ps: >
if ($env:nodejs_version -eq "4") {
npm i -g npm node-gyp | Write-Host;
npm config set -g cafile=package.json
npm config set -g strict-ssl=false
}
npm config set progress false
npm config set spin false
- ps: >
Expand Down

0 comments on commit 03fc58c

Please sign in to comment.