From e82b552f09763f0f21bbbf6dcf71936211b16e1a Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Mon, 17 Aug 2015 16:28:07 +0200 Subject: [PATCH] Forgot to enable tests and benchs in dep install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 516f653..81c5f5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]" - travis_retry cabal update - sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config # The container environment reports 16 cores - - cabal install --only-dependencies + - cabal install --only-dependencies --enable-tests --enable-benchmarks script: - cabal configure --enable-tests --enable-benchmarks -v2 -- 2.41.0