Is there a way to get more verbose logging out of ...
# announce
b
Is there a way to get more verbose logging out of the build?
w
haven't looked into it yet. but if bash,
set -ex
b
Yeah, should that always be set for travis builds?
a
@brash-oxygen-26029 that sounds like a good idea! one thing we could try is
set -ex
in
build-support/common.sh
e.g. if an env var is or isn't set
we could set that for every travis build
w
(after investigation: the error is not occurring in the bash)