Attempt: no cabal install, cabal configure then cabal test

This commit is contained in:
Andrew Gibiansky 2015-03-05 23:38:16 -08:00
parent 651f6900fe
commit 9ba5acd599

View File

@ -41,7 +41,6 @@ script:
travis_retry ./build.sh display;
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