Fix brew install by disabling auto update
https://travis-ci.community/t/syntax-error-unexpected-keyword-rescue-expecting-keyword-end-in-homebrew/5623/2
This commit is contained in:
parent
c16d277f32
commit
4c9fff19ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue