Skip to content
Snippets Groups Projects
Commit 245441e1 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: fix args, tap before official-cmd-taps.

parent bf429596
No related branches found
No related tags found
No related merge requests found
......@@ -654,12 +654,14 @@ module Homebrew
ruby_two = RUBY_VERSION.split(".").first.to_i >= 2
if @tap.nil?
tests_args = []
test "brew", "tap", "caskroom/cask"
test "brew", "tap", "homebrew/bundle"
test "brew", "tap", "homebrew/services"
tests_args = ["--official-cmd-taps"]
tests_args << "--coverage" if ruby_two && ENV["TRAVIS"]
test "brew", "tests", *tests_args
test "brew", "tests", "--no-compat"
test "brew", "readall", "--syntax"
test "brew", "tests", "--official-cmd-taps"
else
test "brew", "readall", "--aliases", @tap.name
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment