Add SyTest support to CI (#704)

Adds SyTest CI through CircleCI.

Also need to add all the tests that currently pass to testfile, but I don't think that's a hard blocker for merging.
This commit is contained in:
Andrew Morgan 2019-05-24 15:00:03 +01:00 committed by GitHub
parent e1ec98e248
commit 1667a4b09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 105 additions and 1 deletions

View file

@ -2,5 +2,5 @@
<!-- Please read CONTRIBUTING.md before submitting your pull request -->
* [ ] I have made sure any new dependencies have been checked into the `vendor/` directory
* [ ] I have added any new tests that need to pass to `testfile` as specified in [docs/sytest.md](https://github.com/matrix-org/dendrite/blob/master/docs/sytest.md)
* [ ] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/master/CONTRIBUTING.md#sign-off)