From 234af12bcf403d6acfb6bcb855d02d3e7fb83b38 Mon Sep 17 00:00:00 2001 From: commitay Date: Sat, 14 Oct 2017 13:25:29 +1000 Subject: [PATCH] script.sh: update to match main repo --- ci/travis/script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/travis/script.sh b/ci/travis/script.sh index 48942031f..a3f6b09a1 100755 --- a/ci/travis/script.sh +++ b/ci/travis/script.sh @@ -23,8 +23,8 @@ elif [[ ${#modified_casks[@]} -gt 0 ]]; then run brew cask style "${modified_casks[@]}" if [[ ${#modified_casks[@]} -le 10 ]]; then for cask in "${modified_casks[@]}"; do - run brew cask reinstall "${cask}" - run brew cask uninstall "${cask}" + run brew cask reinstall --verbose "${cask}" + run brew cask uninstall --verbose "${cask}" done else ohai 'More than 10 casks modified, skipping install'