Skip to content

Commit 4dc1513

Browse files
committed
fix build
1 parent a8586c7 commit 4dc1513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
# run tests!
3434
- run:|
3535
npm install -g istanbul codecov
36-
istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit && codecov -t ${CODECOV_TOKEN}
36+
istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
37+
codecov -t ${CODECOV_TOKEN}

0 commit comments

Comments
 (0)