From cd659959530d5a890d1ec75bc445819d88183ff1 Mon Sep 17 00:00:00 2001 From: Martin Raiber Date: Sun, 8 Nov 2020 23:30:45 +0100 Subject: [PATCH] Remove travis build status --- readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.md b/readme.md index 74b7eb3..127d16f 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,3 @@ Thanks to Bruce Dawson for reporting a problem with the level_and_flags archive ## Patents I was recently asked if miniz avoids patent issues. miniz purposely uses the same core algorithms as the ones used by zlib. The compressor uses vanilla hash chaining as described [here](http://www.gzip.org/zlib/rfc-deflate.html#algorithm). Also see the [gzip FAQ](http://www.gzip.org/#faq11). In my opinion, if miniz falls prey to a patent attack then zlib/gzip are likely to be at serious risk too. - - -[![Build Status](https://travis-ci.org/uroni/miniz.svg?branch=master)](https://travis-ci.org/uroni/miniz) \ No newline at end of file