summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ab0e0ebb5a..02c0b84c6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,9 +67,9 @@ matrix:
compiler: clang
env:
- "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
- # debugging which test is causing hang
+ # osx build randomly fails with -j
- "JOBS="
- - "TEST_ALL_TESTOPTS=\"-v --color=never --job-status=normal\""
+ - "TEST_ALL_TESTOPTS=\"--color=never --job-status=replace\""
before_install:
# Bare "brew update" nukes everything.
# These steps are very carefully chosen to avoid breaking things.