Dont cabal configure before build

This commit is contained in:
Andrew Gibiansky 2015-03-04 17:50:05 -08:00
parent a4e20b24f2
commit 167c36cad4

View File

@ -31,7 +31,6 @@ 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 configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
- ./build.sh all
- ./build.sh display
- cabal sdist