From d1be1529832679f53271357c3fceed31eefbb183 Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Tue, 17 Feb 2015 23:06:29 +0000 Subject: [PATCH] travis button --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7016efca..bae9e2fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ![Yatta!](https://dadamonad.github.io/files/layout/yjs.svg) -[![Build Status](http://layers.dbis.rwth-aachen.de/jenkins/job/Yatta/badge/icon)](http://layers.dbis.rwth-aachen.de/jenkins/job/Yatta/) +[![Build Status](https://travis-ci.org/rwth-acis/yjs.svg)](https://travis-ci.org/rwth-acis/yjs) Yjs is a framework for optimistic concurrency control and automatic conflict resolution on arbitrary data types. The framework implements a new OT-like concurrency algorithm and provides similar functionality as [ShareJs] and [OpenCoweb]. Yjs was designed to take away the pain from concurrently editing complex data types like Text, Json, and XML. You can find some applications for this framework [here](https://dadamonad.github.io/yjs/examples/).