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