From 32198e481a6ff786d0503c9bc8429e6d337a503b Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 4 Nov 2015 18:00:41 +0530 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 62554c1..050a4f1 100644 --- a/shippable.yml +++ b/shippable.yml @@ -6,7 +6,6 @@ language: node_js node_js: - 0.10 - #neo4j runs on default port 7474 services: - neo4j @@ -36,8 +35,7 @@ script: after_script: - ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --ui=bdd --reporter=xunit-file - ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/ -after_archive: + +archive: true + - - echo $SHIPPABLE_ARCHIVE_DOWNLOAD_URL - - echo $SHIPPABLE_ARTIFACTS_URL - - echo $ARTIFACTS_UPLOAD_SUCCESSFUL From 77f92ee0e1b3c593f8daf709b0447151f75e6728 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 4 Nov 2015 18:09:51 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7bba3b..43e6bf1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Node.js Neo4j Example [![Build Status](https://apibeta.shippable.com/projects/537510be71010d52005b52b5/badge/master)](https://beta.shippable.com/projects/537510be71010d52005b52b5) ================= +test pr Uses Neo4j, a powerful open-source graph database. The app 123 connects to a Neo4j instance and tests simple saving and retrieving of a single node using the [node-neo4j](https://github.com/thingdom/node-neo4j) module. Shippable.yml shows how to start Neo4j and run mocha tests with testing and coverage reports displaying on Shippable.com. neo4j