commit 79110ce6e9d0dcacf3fc0cb894af22bca88919aa parent c5a0a5fa541d4a29bd9b3c77373349e9dc56ac8d Author: Jared Tobin <jared@jtobin.ca> Date: Tue, 6 Nov 2012 21:04:42 +1300 Add Travis support. Diffstat:
A | .travis.yml | | | 1 | + |
M | README.md | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1 @@ +language: haskell diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# mighty-metropolis +# mighty-metropolis [![Build Status](https://secure.travis-ci.org/jtobin/mighty-metropolis.png)](http://travis-ci.org/jtobin/mighty-metropolis) The classic Metropolis-Hastings sampling algorithm.