commit e47c49ce4e7d250e6f618d34858beba3fd0b5d9f parent d2dd1e6adfbe703c0b9bd729e7bf868d04444f39 Author: Jared Tobin <jared@jtobin.ca> Date: Mon, 5 Nov 2012 00:02:22 +1300 Add Travis support. Diffstat:
A | .travis.yml | | | 1 | + |
M | README.md | | | 6 | +++++- |
2 files changed, 6 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,2 +1,6 @@ -Check the acceptance ratio calculation. +# flat-mcmc [![Build Status](https://secure.travis-ci.org/jtobin/flat-mcmc.png)](http://travis-ci.org/jtobin/flat-mcmc) + +Painless general-purpose sampling. + +See the *Examples* folder for example usage.