Fixing travis again

This commit is contained in:
Andrew Gibiansky 2015-03-05 19:39:45 -08:00
parent 2fc9b661aa
commit 62bd1ad090

View File

@ -41,8 +41,8 @@ script:
travis_retry ./build.sh display;
fi
# Build and run the test suite
- travis_retry cabal install --dependencies-only --enable-tests
- travis_retry cabal test --show-details=streaming
- travis_retry cabal install --dependencies-only --enable-tests --force-reinstalls
- travis_retry cabal test --show-details=always
- cabal sdist