]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Forgot to enable tests and benchs in dep install
authorJulien Tanguy <julien.tanguy@jhome.fr>
Mon, 17 Aug 2015 14:28:07 +0000 (16:28 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Mon, 17 Aug 2015 14:28:07 +0000 (16:28 +0200)
.travis.yml

index 516f65325c83e97c6ca5281c67292db1ed9354b1..81c5f5cb993b14694fc101b00368c9b232584255 100644 (file)
@@ -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