diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-03 15:56:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-03 15:56:02 -0700 |
commit | a27991d398b393586e806da72ad14580005d60b2 (patch) | |
tree | 5d346d66e283c1855e05c0044bcd5ebe373e3093 | |
parent | 0ce6174820f573704215e8a67e3cfdb773668a4c (diff) | |
download | pandoc-a27991d398b393586e806da72ad14580005d60b2.tar.gz |
Try to fix travis build for ghc 7.4.2.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ee585071c..1e3f7124c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. script: + - cabal-$CABALVER configure --enable-tests # needed for sdist with ghc 7.4.2/cabal 1.16 - cabal-$CABALVER sdist --output-directory=build - cd build - cabal-$CABALVER configure --enable-tests -v2 # -v2 provides useful information for debugging |