We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--verbose
1 parent ee7c888 commit 355c3c9Copy full SHA for 355c3c9
ci/travis/script.sh
@@ -23,8 +23,8 @@ elif [[ ${#modified_casks[@]} -gt 0 ]]; then
23
run brew cask style "${modified_casks[@]}"
24
if [[ ${#modified_casks[@]} -le 10 ]]; then
25
for cask in "${modified_casks[@]}"; do
26
- run brew cask reinstall "${cask}"
27
- run brew cask uninstall "${cask}"
+ run brew cask reinstall --verbose "${cask}"
+ run brew cask uninstall --verbose "${cask}"
28
done
29
else
30
ohai 'More than 10 casks modified, skipping install'
0 commit comments