summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index de1651f03b..ddff56a0a7 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'"
- # osx build randomly fails with -j
- - "JOBS="
- - "TEST_ALL_TESTOPTS='--color=never --job-status=replace --excludes=$(TESTSDIR)/excludes/_travis'"
+ - "JOBS=" # osx build randomly fails with `-j`
+ # `-v` prints too long outputs, but sometimes it osx build hangs and we can't know which test is bad without `-v`.
+ - "TEST_ALL_TESTOPTS='-v --color=never --job-status=normal --excludes=$(TESTSDIR)/excludes/_travis'"
before_install:
# Bare "brew update" nukes everything.
# These steps are very carefully chosen to avoid breaking things.