From f720e972d45b28fdfdabe06c4af106d048fb9167 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"