From 58ab02f651625b5d0283906d2a01316120928b0f Mon Sep 17 00:00:00 2001 From: Patama <59905399+Patamap@users.noreply.github.com> Date: Wed, 2 Sep 2020 11:36:21 +1000 Subject: [PATCH] Update repository_maintenance.rst --- docs/DeveloperWorkflow/repository_maintenance.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/DeveloperWorkflow/repository_maintenance.rst b/docs/DeveloperWorkflow/repository_maintenance.rst index 9222fcd..059d002 100644 --- a/docs/DeveloperWorkflow/repository_maintenance.rst +++ b/docs/DeveloperWorkflow/repository_maintenance.rst @@ -103,6 +103,18 @@ There are 2 types of project boards available: Moja global team uses boards for development and documentation at the repository level. It means repository-specific boards for focused work in each repository. +Set up continuous integration (CI) +------------------------- +* Why we need CI + +If you get confused between travis-ci.org and travis-ci.com (heads-up: use travis-ci.com for new repositories; some of our earlier reposistories are on travis-ci.org, but we will wait until Travis CI rolls out their migration plan to take actions) + +moja global repositories use Travis CI for continuous integration. Below is how you can add this service to a new repository: + +1. Make sure you have the admin access to the repository. +2. +3. + Creating your first board -------------------------