diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-08-08 20:39:05 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-08-08 20:39:05 -0700 |
commit | 02f4e640ac5d3b8bfe9388fe3bf665e36a6bbb5c (patch) | |
tree | f1c39dc6eb44347bf1744423c95be696eabcb8cb | |
parent | 8bcaea5bd18c4dc26319d9ee9cb5c39de0ba2ed3 (diff) | |
download | pandoc-02f4e640ac5d3b8bfe9388fe3bf665e36a6bbb5c.tar.gz |
Revert "Travis: call test program directly rather than by cabal."
This reverts commit 8bcaea5bd18c4dc26319d9ee9cb5c39de0ba2ed3.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 0932bab44..9a67ac32b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |