From 93c35f1a6a70e53558dcd4b69a27697afb36920c Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Thu, 3 Dec 2015 17:07:25 +0530 Subject: [PATCH] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 88b708c..da6d9d3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,6 @@ # Language setting language: node_js - # Version number node_js: - 0.10.25 @@ -31,3 +30,5 @@ after_script: - mongo test --eval "db.dropDatabase()" - ./node_modules/.bin/istanbul cover grunt -- -u tdd - ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/ + +archive: true