diff options
| -rwxr-xr-x | Library/Contributions/cmds/brew-test-bot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb index 6d044970f..15e9049b3 100755 --- a/Library/Contributions/cmds/brew-test-bot.rb +++ b/Library/Contributions/cmds/brew-test-bot.rb @@ -230,6 +230,7 @@ class Test @category = __method__.to_s + ".#{formula}" test "brew audit #{formula}" + test "brew fetch --deps #{formula}" test "brew install --verbose --build-bottle #{formula}" return unless steps.last.status == :passed test "brew bottle #{formula}", true |
