From d2c27e617da1b5805cb2a8b74b9432a52261e9a4 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 10 Feb 2019 10:00:44 +0100 Subject: [PATCH] added link to travis CI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c79f6..c7c3f97 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets. -**Status**: Proof of concept +**Status**: Proof of concept +***Latest Build on travis***: [https://travis-ci.com/falk-werner/fuse-wsfs](https://travis-ci.com/falk-werner/fuse-wsfs) # Build and run