From 7db05c408c1f71524e7567b001fe6a54b443b636 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 7 Jan 2019 15:37:53 -0800 Subject: [PATCH] ci: remove required ci status for travis from angular-robot.yaml (#27970) we missed this one!! oops the robot should not expect travis status check on PRs any more. PR Close #27970 --- .github/angular-robot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index dfacb91f3b..2e231cbd06 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -101,7 +101,6 @@ merge: # list of PR statuses that need to be successful requiredStatuses: - - "continuous-integration/travis-ci/pr" - "ci/circleci: build" - "ci/circleci: lint"