Commit 0bccf0eb755156b39c2268ccd7a849559cdc510e

Steffen Jaeckel 2016-04-24T13:49:58

show master build state on main pagein readme

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index 866f024..4c5da71 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-[![Build Status](https://travis-ci.org/libtom/libtommath.png?branch=develop)](https://travis-ci.org/libtom/libtommath)
+[![Build Status - master](https://travis-ci.org/libtom/libtommath.png?branch=master)](https://travis-ci.org/libtom/libtommath)
+
+[![Build Status - develop](https://travis-ci.org/libtom/libtommath.png?branch=develop)](https://travis-ci.org/libtom/libtommath)
 
 This is the git repository for [LibTomMath](http://www.libtom.org/), a free open source portable number theoretic multiple-precision integer (MPI) library written entirely in C.