diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-09-10 23:14:11 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-10 23:14:11 -0700 |
commit | 97a13fe7176aa9a75d01c921eb38fc2516c49f27 (patch) | |
tree | 6b472605fd1967efe009cebc72c7d974b0422f4c | |
parent | 9f96a5e091620da56a4b728b3c241307d6caef89 (diff) | |
download | pandoc-97a13fe7176aa9a75d01c921eb38fc2516c49f27.tar.gz |
Travis: Another try on stack.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73547c21f..70eb76930 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="--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=--pattern="$TESTPATTERN" ;; cabal) cabal sdist --output-directory=sourcedist && \ |