Repository: libcloud Updated Branches: refs/heads/trunk 69fc915b5 -> b86fa9a0c
Trigger RTD build using travis. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b86fa9a0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b86fa9a0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b86fa9a0 Branch: refs/heads/trunk Commit: b86fa9a0c90541c38097154116bc45392e55bd49 Parents: 69fc915 Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 16 21:11:57 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 16 21:11:57 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b86fa9a0/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 719063d..c8343e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,10 @@ install: - TOX_ENV=py$TRAVIS_PYTHON_VERSION - pip install tox +after_success: + # Trigger ReadTheDocs build + - ./contrib/trigger_rtd_build.py 8284 + script: - tox -e $TOX_ENV
