File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
- ccache
26
26
27
27
before_install :
28
+ - export BREW_NO_AUTO_UPDATE=1
28
29
- $TRAVIS_BUILD_DIR/.travis/before-install-$TRAVIS_OS_NAME.sh --qt=$QT
29
30
30
31
before_script :
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ export BREW_NO_AUTO_UPDATE=1
4
4
export BREW_NO_ANALYTICS=1
5
5
6
6
# according to https://docs.travis-ci.com/user/caching#ccache-cache
7
- brew install ccache
7
+ BREW_NO_AUTO_UPDATE=1 brew install ccache
8
8
export PATH=" /usr/local/opt/ccache/libexec:$PATH "
9
9
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
13
13
brew link qt5 --force
14
14
15
15
# To get less noise in xcode output
You can’t perform that action at this time.
0 commit comments