Disable cabal test on ghc 7.10

This commit is contained in:
Andrew Gibiansky 2015-04-07 14:42:16 -07:00
parent 37e6f3cba0
commit 7fde48c3be

View File

@ -51,7 +51,10 @@ script:
# Build and run the test suite
- travis_retry cabal install --only-dependencies --enable-tests
- travis_retry cabal configure --enable-tests
- travis_retry cabal test --show-details=always
- |
if [ ${GHCVER%.*} = "7.8" ]; then
travis_retry cabal test --show-details=always
fi
- |
if [ ${GHCVER%.*} = "7.8" ]; then
./verify_formatting.py