Changed travis instructions for new test.

This commit is contained in:
John MacFarlane
2012-07-26 09:56:01 -07:00
parent acbb4a5e46
commit c936b25ebf
+2 -2
View File
@@ -3,5 +3,5 @@ before_install:
- git submodule update --init --recursive
install:
- cabal update
- cabal install -ftests
script: cabal configure -ftests && cabal build && cabal test
- cabal install --enable-tests
script: cabal configure --enable-tests && cabal build && cabal test