Skip to content

Commit 8a507dd

Browse files
committed
fix build
1 parent e56795f commit 8a507dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
key: v1-dependencies-{{ checksum "package.json" }}
3232

3333
# run tests!
34+
- run: sudo npm install -g istanbul codecovistanbul
3435
- run: istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
3536
- run: codecov -t ${CODECOV_TOKEN}

0 commit comments

Comments
 (0)