diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 | ||
31 | script: | 31 | script: |
32 | - cabal configure --enable-tests --enable-benchmarks -v2 | 32 | - cabal configure --enable-tests --enable-benchmarks -v2 |