CircleCI
Introduction circleci is a kind of Continuous Integration platform that you can build your own build pipeline. The platform provides nice ways to integrate with existing code repositories as well good features to use. It is free to use when doing some Open Source project and additional costs when use for commercial or private purposes.
Before test circleci, I’ve tried another platform called travisci. But I was looking to a feature which I could use to cache some objects easily and restore them later.
read more


