commit 22ea3f7d2baf4107774128ea3fad2fb0d0e173de parent e9dae9e3f4fd43c5bfcbd3e2aff2ea28dc8254d6 Author: Jared Tobin <jared@jtobin.ca> Date: Mon, 5 Nov 2012 00:01:11 +1300 Add Travis support. Diffstat:
A | .travis.yml | | | 1 | + |
M | README.md | | | 4 | ++++ |
2 files changed, 5 insertions(+), 0 deletions(-)
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 @@ +# hasty-hamiltonian [![Build Status](https://secure.travis-ci.org/jtobin/hasty-hamiltonian.png)](http://travis-ci.org/jtobin/hasty-hamiltonian) + Speedy, gradient-based traversal through parameter space. +See the *Examples* folder for example usage. +