We currently utilize Travis as our sole CI, which does testing on Linux for our PRs.
We should consider adding AppVeyor as a second CI so that we can run the tests on Windows too, to be assured that our code runs on Windows without any issues as well (since it is possible that the same code might behave differently on different OS).