Skip to content

Commit 355c3c9

Browse files
commitaymiccal
authored andcommitted
Update script.sh: add --verbose (Homebrew#39553)
1 parent ee7c888 commit 355c3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/travis/script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ elif [[ ${#modified_casks[@]} -gt 0 ]]; then
2323
run brew cask style "${modified_casks[@]}"
2424
if [[ ${#modified_casks[@]} -le 10 ]]; then
2525
for cask in "${modified_casks[@]}"; do
26-
run brew cask reinstall "${cask}"
27-
run brew cask uninstall "${cask}"
26+
run brew cask reinstall --verbose "${cask}"
27+
run brew cask uninstall --verbose "${cask}"
2828
done
2929
else
3030
ohai 'More than 10 casks modified, skipping install'

0 commit comments

Comments
 (0)