aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/setup_travis.sh
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-10 07:50:29 -0400
committerJack Lloyd <[email protected]>2017-09-10 07:50:29 -0400
commite47009aed712659e3fe53c0cf5aea315fc99eb01 (patch)
tree0c696805b7d8bdf74fdb125719ffe25ea96bbe42 /src/scripts/ci/setup_travis.sh
parentf353dc369ddf6d460f7979ad87e974afa52e8536 (diff)
Homebrew helpfully autoupdates
Taking 60-90 seconds per commit... [ci skip]
Diffstat (limited to 'src/scripts/ci/setup_travis.sh')
-rwxr-xr-xsrc/scripts/ci/setup_travis.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh
index 616527e81..a7ca9df2d 100755
--- a/src/scripts/ci/setup_travis.sh
+++ b/src/scripts/ci/setup_travis.sh
@@ -80,6 +80,5 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
# TODO just copy an OS X binary of ccache to botan-ci-tools repo
- #brew update
- brew install ccache
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
fi