Browse Source

travis: audit modified casks

master
Josh Hagins 9 years ago
committed by GitHub
parent
commit
443e89875d
  1. 1
      ci/travis/script.sh

1
ci/travis/script.sh

@ -12,6 +12,7 @@ header 'Running script.sh...'
if any_casks_modified; then if any_casks_modified; then
modified_casks=($(modified_cask_files)) modified_casks=($(modified_cask_files))
run brew cask _audit_modified_casks "${TRAVIS_COMMIT_RANGE}"
run brew cask style "${modified_casks[@]}" run brew cask style "${modified_casks[@]}"
fi fi

Loading…
Cancel
Save