From eec54ac69a3779b89ba388f6e1092fc725012975 Mon Sep 17 00:00:00 2001 From: sverweij Date: Sun, 6 May 2018 16:26:33 +0200 Subject: [PATCH] ci(gitlab): kill node 4 support --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a8ccfef1..179112287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,16 +33,6 @@ test_async_node_6: - tags - master -test_async_node_4: - image: node:4 - script: - - npm install - - npm run test:cover-node4 # - coffeescript doesn't support node 4 anymore - # - npm run nsp - nsp is not supported on node 4 anymore - except: - - tags - - master - # publish: # image: node:latest # script: