Skip to content

Commit

Permalink
chore: update circle config to drop node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jul 21, 2019
1 parent c673171 commit efa97b3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ jobs:
name: Submit coverage data to codecov.
command: bash <(curl -s https://codecov.io/bash)
when: on_success
node-v8-latest:
docker:
- image: rollupcabal/circleci-node-v8:latest
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: NPM Rebuild
command: npm install
- run:
name: Run unit tests.
command: npm run ci:test
analysis:
docker:
- image: rollupcabal/circleci-node-base:latest
Expand Down Expand Up @@ -80,9 +67,3 @@ workflows:
filters:
tags:
only: /.*/
- node-v8-latest:
requires:
- analysis
filters:
tags:
only: /.*/

0 comments on commit efa97b3

Please sign in to comment.