pkg/circleci: remove instanbul from dev dependencies.
This commit is contained in:
parent
1436c97dbe
commit
df1e8c0621
@ -7,6 +7,9 @@ version: 2.0
|
|||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
docker:
|
||||||
|
- image: circleci/node:10.2
|
||||||
|
working_directory: ~/repo
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@ -15,6 +18,7 @@ jobs:
|
|||||||
# fallback to using the latest cache if no exact match is found
|
# fallback to using the latest cache if no exact match is found
|
||||||
- v1-dependencies-
|
- v1-dependencies-
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
- run: npm install eslint istanbul@1.1.0-alpha.1 codecov
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
@ -31,9 +35,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Tests with coverage
|
name: Tests with coverage
|
||||||
command: npm run test-ci
|
command: npm run test-ci
|
||||||
- run:
|
|
||||||
name: Install codecov
|
|
||||||
command: npm i codecov
|
|
||||||
- run:
|
- run:
|
||||||
name: Submit coverage
|
name: Submit coverage
|
||||||
command: ./node_modules/.bin/codecov
|
command: ./node_modules/.bin/codecov
|
||||||
@ -43,9 +44,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
- run:
|
|
||||||
name: Install eslint
|
|
||||||
command: npm i eslint
|
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
command: npm run lint-ci
|
command: npm run lint-ci
|
||||||
|
|||||||
@ -52,8 +52,7 @@
|
|||||||
"n64": "~0.2.4"
|
"n64": "~0.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bmocha": "^0.1.0",
|
"bmocha": "^0.1.0"
|
||||||
"istanbul": "^1.1.0-alpha.1"
|
|
||||||
},
|
},
|
||||||
"main": "./lib/bcoin.js",
|
"main": "./lib/bcoin.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user