Remove travis build status

This commit is contained in:
Martin Raiber
2020-11-08 23:30:45 +01:00
committed by GitHub
parent 1721df91bb
commit cd65995953

View File

@@ -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)