Skip to content

Commit 7261268

Browse files
committed
Disable brew update
1 parent a86e81f commit 7261268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- source ci/rust-version.sh
3737
- PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
3838
- readlink -f .
39-
- brew install gnu-tar
39+
- HOMEBREW_NO_AUTO_UPDATE=1 brew install gnu-tar
4040
- PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"
4141
- tar --version
4242
script:

0 commit comments

Comments
 (0)