Try to fix travis build for ghc 7.4.2.
This commit is contained in:
parent
0ce6174820
commit
a27991d398
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ install:
|
||||||
|
|
||||||
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
||||||
script:
|
script:
|
||||||
|
- cabal-$CABALVER configure --enable-tests # needed for sdist with ghc 7.4.2/cabal 1.16
|
||||||
- cabal-$CABALVER sdist --output-directory=build
|
- cabal-$CABALVER sdist --output-directory=build
|
||||||
- cd build
|
- cd build
|
||||||
- cabal-$CABALVER configure --enable-tests -v2 # -v2 provides useful information for debugging
|
- cabal-$CABALVER configure --enable-tests -v2 # -v2 provides useful information for debugging
|
||||||
|
|
Loading…
Reference in a new issue