Skip to content

Commit

Permalink
Merge pull request #730 from MikeMcQuaid/tap-cask-before-cask-tests
Browse files Browse the repository at this point in the history
test-bot: tap cask before cask-tests.
  • Loading branch information
MikeMcQuaid authored Aug 17, 2016
2 parents c8d814f + 8490985 commit 3d2fd0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/dev-cmd/test-bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ def homebrew
test "brew", "readall", "--syntax"
if OS.mac? &&
(HOMEBREW_REPOSITORY/"Library/Homebrew/cask/cmd/brew-cask-tests.rb").exist?
run_as_not_developer { test "brew", "tap", "caskroom/cask" }
test "brew", "cask-tests"
end

Expand Down

0 comments on commit 3d2fd0d

Please sign in to comment.