summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCyan4973 <yann.collet.73@gmail.com>2014-05-01 16:03:08 (GMT)
committerCyan4973 <yann.collet.73@gmail.com>2014-05-01 16:03:08 (GMT)
commitd7ebeb7861cbf0d29f3b9d099ec1fd8a72d71d79 (patch)
tree48eaa6800cccafad8788c1bf928404ffbbc0bcc7 /README.md
parent42cb61367a20fdec4f8092cf3c9b38c53cfa7a46 (diff)
parent729019997983961175348722f71230cba990e436 (diff)
downloadlz4-d7ebeb7861cbf0d29f3b9d099ec1fd8a72d71d79.zip
lz4-d7ebeb7861cbf0d29f3b9d099ec1fd8a72d71d79.tar.gz
lz4-d7ebeb7861cbf0d29f3b9d099ec1fd8a72d71d79.tar.bz2
Merge pull request #4 from t-mat/travis-ci-build-matrix
Add Travis CI Build Matrix to decrease testing time
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98ba7c6..7dc0cd2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
LZ4 - Extremely fast compression
================================
+[![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=dev)](https://travis-ci.org/Cyan4973/lz4)
+
LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.
A high compression derivative, called LZ4_HC, is also provided. It trades CPU time for compression ratio.