aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 16:28:07 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 16:28:07 +0200
commite82b552f09763f0f21bbbf6dcf71936211b16e1a (patch)
treeeb4f06e0b1d37d0b90559f2748cdca56c83af4e9
parentd6efc27d244fa9327a2fa3fa8fe8d4010511d6eb (diff)
downloadhmacaroons-e82b552f09763f0f21bbbf6dcf71936211b16e1a.tar.gz
hmacaroons-e82b552f09763f0f21bbbf6dcf71936211b16e1a.tar.zst
hmacaroons-e82b552f09763f0f21bbbf6dcf71936211b16e1a.zip
Forgot to enable tests and benchs in dep install
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 516f653..81c5f5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ install:
26 - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]" 26 - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
27 - travis_retry cabal update 27 - travis_retry cabal update
28 - sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config # The container environment reports 16 cores 28 - sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config # The container environment reports 16 cores
29 - cabal install --only-dependencies 29 - cabal install --only-dependencies --enable-tests --enable-benchmarks
30 30
31script: 31script:
32 - cabal configure --enable-tests --enable-benchmarks -v2 32 - cabal configure --enable-tests --enable-benchmarks -v2