Fix Travis script

This commit is contained in:
Michael Snoyman 2015-03-30 13:55:53 +03:00
parent 56d4b8c3ee
commit 8fd60482a0

View File

@ -22,4 +22,5 @@ install:
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
script:
- cabal-meta install --only-dependencies --run-tests --enable-benchmarks --force-reinstalls
- cabal-meta install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
- cabal-meta install --run-tests