From d7b4ae88256126ee19726e34dd7ffae4d0a68f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Thu, 8 Sep 2016 13:10:59 +0100 Subject: [PATCH] script.sh: remove extraneous line --- ci/travis/script.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/travis/script.sh b/ci/travis/script.sh index 388e8a6503..3966098167 100755 --- a/ci/travis/script.sh +++ b/ci/travis/script.sh @@ -15,4 +15,3 @@ if any_casks_modified; then run brew cask _audit_modified_casks "${TRAVIS_COMMIT_RANGE}" run brew cask style "${modified_casks[@]}" fi -