From 5595bb7993621603aba343b99f910479556f90ea Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 4 Oct 2019 19:52:14 +0200 Subject: [PATCH] Refs #380 - Removed mention of the develop branch in docs --- docs/development.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 3b87126..83fd159 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -180,9 +180,8 @@ This will generate a **nosetests.xml** file, which can then be analyzed. Continuous Integration ---------------------- -Every commit made to the **develop** branch is automatically tested and inspected upon receipt with `Travis CI`_. -If you have access to the main repository and broke the build, -you will receive an email accordingly. +Every pull request is automatically tested and inspected upon receipt with `Travis CI`_. +If you broke the build, you will receive an email accordingly. Anyone may view the build status and history at any time. @@ -190,7 +189,7 @@ Anyone may view the build status and history at any time. Additional reports will also be included here in the future, including :pep:`8` checks and stress reports for extremely large datasets. -.. _`Jenkins CI`: https://travis-ci.org/ +.. _`Travis CI`: https://travis-ci.org/ .. _docs: