Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 7f95cd5

Browse files
author
Ahmad Nassri
committed
build(cricle): remove node7
1 parent aa279e8 commit 7f95cd5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

circle.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,9 @@ workflows:
2626
requires: [ node/install ]
2727
tag: '8'
2828

29-
- node/test:
30-
name: test/7
31-
requires: [ node/install ]
32-
tag: '7'
33-
3429
- node/release:
3530
context: semantic-release
36-
requires: [ node/lint, test/7, test/8, test/10 ]
31+
requires: [ node/lint, test/8, test/10 ]
3732
filters:
3833
branches:
3934
only: master

0 commit comments

Comments
 (0)