Skip to content

Commit

Permalink
ci(gitlab): kill node 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed May 6, 2018
1 parent ca64087 commit eec54ac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eec54ac

Please sign in to comment.