Skip to content

Commit

Permalink
Fix brew install by disabling auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton- committed Oct 29, 2019
1 parent c16d277 commit 4c9fff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis/steps/install.sh
Expand Up @@ -22,7 +22,7 @@ fi

if [ "$TRAVIS_OS_NAME" = "osx" ]; then
if [ "$TOOL" = "xcodebuild" ]; then
brew install ccache
HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
travis_wait ./projectfiles/Xcode/Fix_Xcode_Dependencies
else
travis_wait ./utils/travis/install_deps.sh
Expand Down

0 comments on commit 4c9fff1

Please sign in to comment.