summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2019-10-04 19:52:14 +0200
committerClaude Paroz <claude@2xlibre.net>2019-10-04 19:52:14 +0200
commit5595bb7993621603aba343b99f910479556f90ea (patch)
tree8c6aaba76e16320bb5062115850aae4e291e4cd7
parent5fde5259d9adcfc47db93110d2dac6b08f31e24f (diff)
downloadtablib-5595bb7993621603aba343b99f910479556f90ea.tar.gz
Refs #380 - Removed mention of the develop branch in docs
-rw-r--r--docs/development.rst7
1 files 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: