Travis: perform builds in a cabal sandbox

This commit is contained in:
Jonathan Daugherty 2015-07-22 10:35:00 -07:00
parent 84957f171e
commit 82e7de383b

View File

@ -79,6 +79,7 @@ install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- travis_retry cabal update
- cabal sandbox init
- cabal install --only-dependencies --enable-tests --enable-benchmarks
# Here starts the actual work to be performed for the package under