mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
Revert "Travis: call test program directly rather than by cabal."
This reverts commit 8bcaea5bd1.
This commit is contained in:
+1
-4
@@ -35,8 +35,5 @@ script:
|
||||
fi
|
||||
- cabal-$CABALVER configure --enable-tests -v2 # -v2 provides useful information for debugging
|
||||
- cabal-$CABALVER build $JOPTS --ghc-options=$GHCOPTS # this builds all libraries and executables (including tests/benchmarks)
|
||||
# Since we're having problems with "cabal version changed" on ghc 7.10
|
||||
# on travis, let's temporarily just call the test program directly:
|
||||
# - cabal-$CABALVER test
|
||||
- dist/build/test-pandoc/test-pandoc
|
||||
- cabal-$CABALVER test
|
||||
- cabal-$CABALVER check
|
||||
|
||||
Reference in New Issue
Block a user