Skip to content

Commit 41c32d4

Browse files
committed
fix build
1 parent 8a507dd commit 41c32d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

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

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

0 commit comments

Comments
 (0)