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.