Commit 62bd1ad0 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing travis again

parent 2fc9b661
...@@ -41,8 +41,8 @@ script: ...@@ -41,8 +41,8 @@ script:
travis_retry ./build.sh display; travis_retry ./build.sh display;
fi fi
# Build and run the test suite # Build and run the test suite
- travis_retry cabal install --dependencies-only --enable-tests - travis_retry cabal install --dependencies-only --enable-tests --force-reinstalls
- travis_retry cabal test --show-details=streaming - travis_retry cabal test --show-details=always
- cabal sdist - cabal sdist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment