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. 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