Skip to content

Commit 6a07260

Browse files
committed
Skip brew auto-update
1 parent 83c2a29 commit 6a07260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands:
1717
- run:
1818
name: Install Emacs latest
1919
command: |
20-
brew install homebrew/cask/emacs
20+
HOMEBREW_NO_AUTO_UPDATE=1 brew install homebrew/cask/emacs
2121
- run:
2222
name: Install Eldev
2323
command: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/circle-eldev > x.sh && source ./x.sh

0 commit comments

Comments
 (0)