hasty-hamiltonian

Speedy gradient-based traversal through parameter space.
Log | Files | Refs | README | LICENSE

commit 8986097035bf36c78119da946d2b3f81a6edfda4
parent 1bb1942e383dd983bdcff786411244e143835f2f
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed,  8 Oct 2014 23:17:19 +1300

Update .travis.yml

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,4 +1,4 @@ language: haskell ghc: 7.8.3 script: - - cabal build -j hasty-examples + - cabal configure --enable-tests && cabal build -j hasty-examples