diff --git a/circle.yml b/circle.yml index 2670835e..04666845 100644 --- a/circle.yml +++ b/circle.yml @@ -6,7 +6,7 @@ machine: test: post: - - npm run coverage + - node_modules/.bin/istanbul cover --dir=$CIRCLE_ARTIFACTS test/unit/run.js deployment: dev: branch: master