Skip to content

Commit

Permalink
Disable brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Dec 4, 2021
1 parent a86e81f commit 7261268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- source ci/rust-version.sh
- PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
- readlink -f .
- brew install gnu-tar
- HOMEBREW_NO_AUTO_UPDATE=1 brew install gnu-tar
- PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"
- tar --version
script:
Expand Down

0 comments on commit 7261268

Please sign in to comment.