From 52251098368e3f5ac37d22578ec52e925cf572aa Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 30 Oct 2015 15:28:20 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e798fe..9807225 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -Node.js CouchDB Sample -================= - +Node.js CouchDB Sample project +========================= Implements a simple web application using CouchDB, with tests. From bc3060b560a68ff318b0569eed60d6be23457ea0 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 16 Nov 2015 14:37:15 +0530 Subject: [PATCH 2/2] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 94eb764..0313106 100755 --- a/shippable.yml +++ b/shippable.yml @@ -38,6 +38,7 @@ after_script: - ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/ - echo $BUILD_NUMBER - echo $BUILD_URL + archive: true #build_image: shippable/minv2:beta