[dist] Drop unsupported versions of Node. No automated publishing just yet. (#318)

master
Charlie Robbins 2019-05-13 23:10:23 -04:00 committed by GitHub
parent 1bb9d091f1
commit 75641ffaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 40 deletions

View File

@ -59,28 +59,7 @@ commands:
command: npm run cover
- run:
command: npm run coveralls
publish:
steps:
- checkout
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run:
name: publish to npm
command: npm publish
jobs:
node-v4:
docker:
- image: node:4
steps:
- test-nodejs-legacy
node-v6:
docker:
- image: node:6
steps:
- test-nodejs-legacy
node-v8:
docker:
- image: node:8
@ -96,30 +75,11 @@ jobs:
- image: node:12
steps:
- test-nodejs
publish:
docker:
- image: node:10
steps:
- publish
workflows:
version: 2
node-multi-build:
jobs:
- node-v4
- node-v6
- node-v8
- node-v10
- node-v12
- publish:
requires:
- node-v4
- node-v6
- node-v8
- node-v10
- node-v12
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/