Browse Source

script.sh: update to match main repo

master
Vítor Galvão 9 years ago
parent
commit
c9a6be3f03
  1. 3
      ci/travis/script.sh

3
ci/travis/script.sh

@ -15,6 +15,3 @@ if any_casks_modified; then
run brew cask _audit_modified_casks "${TRAVIS_COMMIT_RANGE}" run brew cask _audit_modified_casks "${TRAVIS_COMMIT_RANGE}"
run brew cask style "${modified_casks[@]}" run brew cask style "${modified_casks[@]}"
fi fi
run brew cask audit Casks/*.rb
run brew cask style Casks/*.rb

Loading…
Cancel
Save