From c9a6be3f03e0cdfca675560886748fd99f12d54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Thu, 8 Sep 2016 18:46:50 +0100 Subject: [PATCH] script.sh: update to match main repo --- ci/travis/script.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/travis/script.sh b/ci/travis/script.sh index 5376d2fac..396609816 100644 --- a/ci/travis/script.sh +++ b/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 style "${modified_casks[@]}" fi - -run brew cask audit Casks/*.rb -run brew cask style Casks/*.rb