aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-10 21:56:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-10 21:56:35 -0700
commit0f180be19b390a0991d68cf42dbf05c424b02135 (patch)
tree059900397b2b559b585901fa609c3af6ecc107a8
parentee4e658693b3353eca2416ad2882a4f6eddc04da (diff)
downloadpandoc-0f180be19b390a0991d68cf42dbf05c424b02135.tar.gz
Another try.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b94c7723b..dc78b75d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -130,7 +130,7 @@ script:
stack)
ulimit -n 4096
stack config set system-ghc --global true
- stack --no-terminal $ARGS test --fast --flag 'aeson:fast' --flag pandoc:embed_data_files --haddock --no-haddock-deps --ghc-options="$OPTS" --test-arguments='--hide-successes --pattern="$TESTPATTERN"'
+ stack --no-terminal $ARGS test --fast --flag 'aeson:fast' --flag pandoc:embed_data_files --haddock --no-haddock-deps --ghc-options="$OPTS" --test-arguments='--hide-successes --pattern $TESTPATTERN'
;;
cabal)
cabal sdist --output-directory=sourcedist && \