[commit: packages/binary] master: Add Travis CI build status image to the README (159e8e2)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 17:55:05 UTC 2014
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/159e8e2553c363796db49033195a87d32c2aa318
>---------------------------------------------------------------
commit 159e8e2553c363796db49033195a87d32c2aa318
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Sun May 11 16:05:28 2014 +0400
Add Travis CI build status image to the README
>---------------------------------------------------------------
159e8e2553c363796db49033195a87d32c2aa318
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 7ff84c3..5234835 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# binary package #
+[![Build Status](https://api.travis-ci.org/kolmodin/binary.png?branch=master)](http://travis-ci.org/kolmodin/binary)
+
*Efficient, pure binary serialisation using lazy ByteStrings.*
The ``binary`` package provides Data.Binary, containing the Binary class,
More information about the ghc-commits
mailing list