add Travis CI badge
authorAlain Péteut <alain.peteut@yahoo.com>
Tue, 21 Apr 2015 14:58:24 +0000 (16:58 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 22 Apr 2015 04:20:46 +0000 (12:20 +0800)
README.md

index 07251e0ca4665afdeb16706e5e040909b0dd369c..960f0775bda65accf0a246a5348501ea8fd341d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
 ### Migen (Milkymist generator)
+
+[![Build Status](https://travis-ci.org/m-labs/migen.svg)](
+https://travis-ci.org/m-labs/migen)
+
 #### A Python toolbox for building complex digital hardware
 
 Despite being faster than schematics entry, hardware design with Verilog and
@@ -41,6 +45,7 @@ Online documentation:
 http://m-labs.hk/gateware.html
 
 #### Quick intro
+
 ```python
 from migen.fhdl.std import *
 from mibuild.platforms import m1
@@ -54,6 +59,7 @@ plat.build_cmdline(m)
 ```
 
 #### License
+
 Migen is released under the very permissive two-clause BSD license. Under the
 terms of this license, you are authorized to use Migen for closed-source
 proprietary designs.