summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKwadroNaut <KwadroNaut@users.noreply.github.com>2015-07-16 11:18:31 +0200
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-07-20 14:37:40 -0300
commitd6abcc95e70d8c76dc4998766cbca5c444bd8915 (patch)
treeee816ec543aa26e5e1e7154c08e9c24b9c94b6b6 /docs
parent65bdd263322fbce871e2804fbc6cbccb33fb53b8 (diff)
[docs] remove lemur from README and dev workflow
lemur/buildbot is intentionally off
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/workflow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/workflow.rst b/docs/dev/workflow.rst
index f217df24..689b8feb 100644
--- a/docs/dev/workflow.rst
+++ b/docs/dev/workflow.rst
@@ -48,7 +48,7 @@ All code ready to be merged into the integration branch is expected to:
* Have tests
* Be documented
-* Pass existing tests: do **run_tests.sh** and **tox -v**. All feature branches are automagically built by our `buildbot farm <http://lemur.leap.se:8010/grid>`_. So please check your branch is green before merging it it to `develop`. Rebasing against the current tip of the integration when possible is preferred in order to keep a clean history.
+* Pass existing tests: do **run_tests.sh** and **tox -v**. Rebasing against the current tip of the integration when possible is preferred in order to keep a clean history.
Using Github
------------