commit 1a33f8cfa361a830ecc9e0a01a5e3ff9a8d3b6ea parent fde98ee96391109a6363e5c91f8ba5ab0dcd9272 Author: Jared Tobin <jared@jtobin.ca> Date: Wed, 8 Oct 2014 22:47:52 +1300 Fixing travis file. Diffstat:
M | .travis.yml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,2 +1,4 @@ language: haskell ghc: 7.8.3 +script: + - cabal configure --enable-tests && cabal test -j hasty-examples