mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
Merge branch '4.x' into feat-1130
This commit is contained in:
commit
4c5c460f82
1 changed files with 0 additions and 17 deletions
|
@ -3,9 +3,6 @@ version: 2
|
||||||
aliases:
|
aliases:
|
||||||
- &defaults
|
- &defaults
|
||||||
working_directory: ~/verdaccio
|
working_directory: ~/verdaccio
|
||||||
- &node6_executor
|
|
||||||
docker:
|
|
||||||
- image: circleci/node:6
|
|
||||||
- &node8_executor
|
- &node8_executor
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:8
|
||||||
|
@ -94,15 +91,6 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- ./*
|
- ./*
|
||||||
|
|
||||||
test_node6:
|
|
||||||
<<: *defaults
|
|
||||||
<<: *node6_executor
|
|
||||||
steps:
|
|
||||||
- *restore_repo
|
|
||||||
- run:
|
|
||||||
name: Test with Node 6
|
|
||||||
command: yarn run test
|
|
||||||
|
|
||||||
test_node8:
|
test_node8:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
<<: *node8_executor
|
<<: *node8_executor
|
||||||
|
@ -207,10 +195,6 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- prepare:
|
- prepare:
|
||||||
<<: *ignore_non_dev_branches
|
<<: *ignore_non_dev_branches
|
||||||
- test_node6:
|
|
||||||
requires:
|
|
||||||
- prepare
|
|
||||||
<<: *ignore_non_dev_branches
|
|
||||||
- test_node8:
|
- test_node8:
|
||||||
requires:
|
requires:
|
||||||
- prepare
|
- prepare
|
||||||
|
@ -237,7 +221,6 @@ workflows:
|
||||||
<<: *ignore_non_dev_branches
|
<<: *ignore_non_dev_branches
|
||||||
- coverage:
|
- coverage:
|
||||||
requires:
|
requires:
|
||||||
- test_node6
|
|
||||||
- test_node8
|
- test_node8
|
||||||
- test_node9
|
- test_node9
|
||||||
- test_node10
|
- test_node10
|
||||||
|
|
Loading…
Add table
Reference in a new issue