summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f7528e0..f42176d 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -143,3 +143,7 @@ def CheckTreeIsOpen(input_api, output_api, url, closed, url_text):
except IOError:
pass
return []
+
+
+def GetPreferredTrySlaves():
+ return ['win', 'linux', 'mac']