diff --git a/rush.json b/rush.json index 5d7ff5ba..e08effb8 100644 --- a/rush.json +++ b/rush.json @@ -15,7 +15,8 @@ "gitPolicy": { // Require GitHub scrubbed e-mails "allowedEmailRegExps": [ - "[^@]+@users\\.noreply\\.github\\.com" + "[^@]+@users\\.noreply\\.github\\.com", + "travis@example\\.org" ], "sampleEmail": "mrexample@users.noreply.github.com" },