diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-28 15:05:58 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-28 15:05:58 +0200 |
commit | 80cf217c769cff4546da5911fe7c2d62b3046fe7 (patch) | |
tree | 4f681fb5f2aa0597eca6362cc278c6d80aa86248 | |
parent | 2c30507294bb78562ffabc07cceb960ae4b5c6bf (diff) | |
download | pandoc-80cf217c769cff4546da5911fe7c2d62b3046fe7.tar.gz |
travis: revert --enable-per-component, add -v2.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7752e6eda..33739adc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,7 +113,7 @@ install: cabal) cabal --version travis_retry cabal update - cabal install --enable-per-component --disable-optimization --only-dependencies --flags="$FLAGS" --enable-tests --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS + cabal install -v2 --disable-optimization --only-dependencies --flags="$FLAGS" --enable-tests --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS ;; esac |