commit ec57b3c588709bc4b231688dd625bf91e6165809 parent 1a33f8cfa361a830ecc9e0a01a5e3ff9a8d3b6ea Author: Jared Tobin <jared@jtobin.ca> Date: Wed, 8 Oct 2014 22:55:44 +1300 Just build the lib. 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 configure --enable-tests && cabal test -j hasty-examples + - cabal build -j