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
This commit is contained in:
parent
483f8250bf
commit
7db05c408c
|
@ -101,7 +101,6 @@ merge:
|
||||||
|
|
||||||
# list of PR statuses that need to be successful
|
# list of PR statuses that need to be successful
|
||||||
requiredStatuses:
|
requiredStatuses:
|
||||||
- "continuous-integration/travis-ci/pr"
|
|
||||||
- "ci/circleci: build"
|
- "ci/circleci: build"
|
||||||
- "ci/circleci: lint"
|
- "ci/circleci: lint"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue