Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 3 additions & 5 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ language: node_js
node_js:
- 0.10


#neo4j runs on default port 7474
services:
- neo4j
Expand Down Expand Up @@ -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