Skip to content

Commit

Permalink
Prevent non-deterministic doctest failures
Browse files Browse the repository at this point in the history
This is a workaround for
commercialhaskell/stack#5159.
  • Loading branch information
sjakobi committed Feb 8, 2020
1 parent e4e3830 commit f331188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ script:
- _stack --travis_wait build
- |
if "${RUN_TESTSUITE:-false}"; then
_stack --travis_wait test && _stack --travis_wait haddock --no-haddock-deps
_stack --travis_wait test -j1 && _stack --travis_wait haddock --no-haddock-deps
fi
- |
if "${BUILD_BENCHMARKS:-false}"; then
Expand Down

0 comments on commit f331188

Please sign in to comment.