Closed DanielRuf closed 6 years ago
Hell yeah! Thank you for opening this issue! I'll put it on the roadmap 💪
How about CircleCI?
CircleCI is faster, yes. So far Travis CI is more often used and has a good support and also provides OSX images for testing.
Another additional solution is AppVeyor for Windows builds / testing on Windows images.
I use both TravisCI and CircleCI. Tried AppVeyor but it's way too slow to test on multiple Node.js versions. I gave up using that eventually.
I use both TravisCI and CircleCI. Tried AppVeyor but it's way too slow to test on multiple Node.js versions. I gave up using that eventually.
How do you test on Windows then? CircleCI has no Windows builds and Travis CI too. So AppVeyor is currently the only big option for testing commits on Windows.
Fun fact is that I code with Windows machine so making assumption that it will work on Windows. For Linux and Mac, I do have Linux and Mac machines plus those CIs to help out.
I'm a Mac user in the daytime but a Windows user during the night.
Fun fact is that I code with Windows machine so making assumption that it will work on Windows. For Linux and Mac, I do have Linux and Mac machines plus those CIs to help out.
But not every project and every contributor ;-)
I've integrated Travis for now: https://travis-ci.org/wilk/microjob If you want to contribute with more tests and feature related to CI/CD, please fill free to open new specific issues and/or PRs 💪
We should add Travis CI to test every commit and PR of microjob.