Updated Branches: refs/heads/trunk 6fa1d95fa -> 093493454
docs: Update CI section. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4f721c2a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4f721c2a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4f721c2a Branch: refs/heads/trunk Commit: 4f721c2abfa0f74d2c7864a08e3df10eed71b00f Parents: 6fa1d95 Author: Tomaz Muraus <[email protected]> Authored: Sat Oct 26 14:54:56 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Oct 26 14:54:56 2013 +0200 ---------------------------------------------------------------------- docs/developer_information.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4f721c2a/docs/developer_information.rst ---------------------------------------------------------------------- diff --git a/docs/developer_information.rst b/docs/developer_information.rst index f7459cf..71a12b1 100644 --- a/docs/developer_information.rst +++ b/docs/developer_information.rst @@ -40,8 +40,14 @@ report, please see the :doc:`Testing page </testing>`. Continuous Integration ---------------------- -For continuous integration we use buildbot. You can find all the build reports -`here <https://ci.apache.org/waterfall?builder=libcloud-trunk-tox&builder=libcloud-site-staging>`_. +For continuous integration we use Apache buildbot instance and Travis-CI. You +can find build reports on the following two links: + +* https://ci.apache.org/waterfall?builder=libcloud-trunk-tox&builder=libcloud-site-staging +* https://travis-ci.org/apache/libcloud + +Travis-CI builder is also integrated with Github which means that if you open a +pull request there, Travis-CI will automatically build it. Test Coverage -------------
