From 687e9185d5292e266c41f4e801d2d006089027b9 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Fri, 6 Apr 2018 03:16:16 +0200 Subject: [PATCH] Update README.org --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 75422f9..1ddc973 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,5 @@ +[[https://travis-ci.org/Phundrak/lzw-assignment.svg?branch=master][https://travis-ci.org/Phundrak/lzw-assignment.svg?branch=master]] + * LZW Compressing tool This is a university assignment for which I aim to create an LZW algorithm implementation to create a small tool similar to =gzip= and =gunzip= that can compress and uncompress files in a lossless fashion.