Remove CircleCI (#793)

Sytest has been switched to Buildkite. As such the `.circleci` folder has been removed.
This commit is contained in:
Andrew Morgan 2019-09-26 14:27:14 +01:00 committed by GitHub
parent e91942c9e4
commit 7b454bdd27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 90 deletions

View file

@ -25,7 +25,9 @@ run](scripts/build-test-lint.sh).
When a Pull Request is submitted, continuous integration jobs are run
automatically to ensure the code builds and is relatively well-written. Checks
are run on [Buildkite](https://buildkite.com/matrix-dot-org/dendrite/) and
[CircleCI](https://circleci.com/gh/matrix-org/dendrite/).
[CircleCI](https://circleci.com/gh/matrix-org/dendrite/). The Buildkite
pipeline can be found in Matrix.org's [pipelines
repository](https://github.com/matrix-org/pipelines).
If a job fails, click the "details" button and you should be taken to the job's
logs.