Skip to content

Commit

Permalink
chore: remove node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 24, 2019
1 parent 556dabc commit 06c6921
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions core/streams/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ jobs:
- run: yarn install --no-progress
- run: yarn test

test_9:
docker:
- image: circleci/node:9
steps:
- checkout
- run: yarn install --no-progress
- run: yarn test

workflows:
version: 2
build_and_test:
Expand All @@ -55,6 +47,3 @@ workflows:
- test_8:
requires:
- lint
- test_9:
requires:
- lint

0 comments on commit 06c6921

Please sign in to comment.