.. _ci: Continuous Integration ====================== `Continuous Integration (CI, wiki) `_ is the practice, in software engineering, of merging all developer working copies with a shared mainline several times a day. :ref:`cmd_ci` command is intended to be used in combination with the build servers and the popular `Continuous Integration Software `_. By integrating regularly, you can detect errors quickly, and locate them more easily. .. toctree:: :maxdepth: 2 appveyor circleci drone shippable travis