From 192676bc29614d3b65d3f190231926e1043e3617 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Tue, 30 Aug 2016 14:06:56 +0200 Subject: [PATCH] Added Travis CI info to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 261db58..8646d1a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -osync -===== +# osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![GitHub Release](https://img.shields.io/github/release/deajan/osync.svg?label=Latest)](https://github.com/deajan/osync/releases/latest) + A two way filesync script with fault tolerance, resume, soft deletion, conflictual file backups running on bash (linux, BSD and virtually any system supporting bash). File synchronization is bidirectional, based on rsync, can be run manually, as scheduled task, or triggered on file changes.