diff options
-rw-r--r-- | ci/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_install.sh b/ci/before_install.sh index 64453f7e..fcc00ea2 100644 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -1,4 +1,4 @@ -set -e +set -ex pushd ~ # Workaround for Travis CI macOS bug (https://github.com/travis-ci/travis-ci/issues/6307) |