Fixed travis-CI script to build tests.

This commit is contained in:
John MacFarlane 2012-03-14 18:34:33 -07:00
parent 9a664d7519
commit 8538b6764d

View file

@ -4,3 +4,4 @@ before_install:
install:
- cabal update
- cabal install -ftests
script: cabal configure -ftests && cabal build && cabal test