Add cabal configure UGHHH

This commit is contained in:
Andrew Gibiansky 2015-03-05 19:55:47 -08:00
parent 62bd1ad090
commit 651f6900fe

View File

@ -42,6 +42,7 @@ script:
fi
# Build and run the test suite
- travis_retry cabal install --dependencies-only --enable-tests --force-reinstalls
- travis_retry cabal configure --enable-tests
- travis_retry cabal test --show-details=always
- cabal sdist