Skip to content

Commit 3e24799

Browse files
committed
🔧 Added badges to README.md
1 parent d281fdf commit 3e24799

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: java
2+
3+
jdk:
4+
- oraclejdk8
5+
6+
# whitelist
7+
branches:
8+
only:
9+
- master

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Build Status](https://travis-ci.org/mfalcier/neo4j-kotlin-procedure-example.svg?branch=master)](https://travis-ci.org/mfalcier/neo4j-kotlin-procedure-example)
2+
[![Dependency Status](https://www.versioneye.com/user/projects/594bce0a6725bd0063d1f2ae/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/594bce0a6725bd0063d1f2ae)
3+
[![GitHub version](https://badge.fury.io/gh/mfalcier%2Fneo4j-kotlin-procedure-example.svg)](https://badge.fury.io/gh/mfalcier%2Fneo4j-kotlin-procedure-example)
4+
15
# Neo4j Kotlin Procedure Example
26

37
This is an example project about Neo4j procedures written in Kotlin.

0 commit comments

Comments
 (0)