From c3e07f98d1549994394cc97383c16d5e25f748bb Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Mon, 26 Oct 2015 15:27:08 +0530 Subject: [PATCH] Update shippable.yml --- shippable.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 47822ce..78f2837 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,8 @@ # Language setting language: node_js # Version number + + node_js: - 0.10.25 # - 0.11 @@ -33,7 +35,3 @@ after_script: - ./node_modules/.bin/istanbul cover grunt -- -u tdd - ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/ -#cache: true -branches: - except: - - test-master