Skip to content

Commit 77d36eb

Browse files
committed
no auto updatega
1 parent 571b399 commit 77d36eb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cache:
2525
- ccache
2626

2727
before_install:
28+
- export BREW_NO_AUTO_UPDATE=1
2829
- $TRAVIS_BUILD_DIR/.travis/before-install-$TRAVIS_OS_NAME.sh --qt=$QT
2930

3031
before_script:

.travis/before-install-osx.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export BREW_NO_AUTO_UPDATE=1
44
export BREW_NO_ANALYTICS=1
55

66
# according to https://docs.travis-ci.com/user/caching#ccache-cache
7-
brew install ccache
7+
BREW_NO_AUTO_UPDATE=1 brew install ccache
88
export PATH="/usr/local/opt/ccache/libexec:$PATH"
99

10-
brew install libsndfile || true
11-
brew install portaudio || true
12-
brew install qt5 || true
10+
BREW_NO_AUTO_UPDATE=1 brew install libsndfile || true
11+
BREW_NO_AUTO_UPDATE=1 brew install portaudio || true
12+
BREW_NO_AUTO_UPDATE=1 brew install qt5 || true
1313
brew link qt5 --force
1414

1515
# To get less noise in xcode output

0 commit comments

Comments
 (0)