From 1915128ac0ebe79a56b28afd78b61d88fb4fef66 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Tue, 1 Dec 2015 15:43:23 -0500 Subject: [PATCH] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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