From c936b25ebf92b0bb423cc43e4d33e33555e09fbb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 26 Jul 2012 09:56:01 -0700 Subject: Changed travis instructions for new test. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb221e567..934a8ea5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3