Skip to content

Commit 67888fd

Browse files
committed
Added Travis CI
1 parent ccc07a9 commit 67888fd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: java
2+
3+
jdk:
4+
- oraclejdk8
5+

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= Neo4j Script Procedures
22

3+
image:https://travis-ci.org/neo4j-contrib/neo4j-script-procedures.svg?branch=3.1["Build Status", link="https://travis-ci.org/neo4j-contrib/neo4j-script-procedures"]
4+
35
This project demonstrates how to create dynamic procedures on top of Neo4j's built in ones.
46
You can create javascript functions in your database that can be later run using the 'nashorn' engine.
57

0 commit comments

Comments
 (0)