mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Disable cabal test on ghc 7.10
This commit is contained in:
parent
37e6f3cba0
commit
7fde48c3be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user