aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-05-03 02:49:14 +0100
committerYann Collet <yann.collet.73@gmail.com>2014-05-03 02:49:14 +0100
commit3452f57444b911dc7cbda69998149358b2a16caa (patch)
tree674d34fa65137bfb564761900211eb41eacabd1c /README.md
parentd7ebeb7861cbf0d29f3b9d099ec1fd8a72d71d79 (diff)
downloadlz4-3452f57444b911dc7cbda69998149358b2a16caa.tar.gz
Travis status for both master & dev branches, thanks to Takayuki Matsuoka
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7dc0cd22..463ae4f8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,14 @@
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.
+|Branch |Status |
+|------------|---------|
+|master | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=master)](https://travis-ci.org/Cyan4973/lz4) |
+|dev | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=dev)](https://travis-ci.org/Cyan4973/lz4) |
+
This is an official mirror of LZ4 project, [hosted on Google Code](http://code.google.com/p/lz4/).
The intention is to offer github's capabilities to lz4 users, such as cloning, branch, or source download.