Skip to content

Commit

Permalink
ci: install CI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Oct 18, 2018
1 parent e3192fa commit 60e36c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- run: npm install eslint [email protected] codecov
- save_cache:
paths:
- node_modules
Expand All @@ -34,9 +35,6 @@ jobs:
- run:
name: Tests with coverage
command: npm run test-ci
- run:
name: Install codecov
command: npm i codecov
- run:
name: Submit coverage
command: ./node_modules/.bin/codecov
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"n64": "~0.2.2"
},
"devDependencies": {
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0"
},
"main": "./lib/bcoin.js",
Expand Down

0 comments on commit 60e36c3

Please sign in to comment.