Repository: libcloud Updated Branches: refs/heads/trunk 17384cabe -> 6c3b14711
Addon doesn't appear to work only use legacy infrastructure for docs builder. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6c3b1471 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6c3b1471 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6c3b1471 Branch: refs/heads/trunk Commit: 6c3b14711ffb86b714ba151bc5496a88168224b0 Parents: 17384ca Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 23 17:14:17 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 23 17:14:17 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6c3b1471/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8fa3ed8..7799a93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,12 @@ matrix: env: ENV=lint before_script: TOX_ENV=lint - python: 2.7 + sudo: true env: ENV=docs before_script: TOX_ENV=docs-travis + before_install: + - sudo apt-get update -qq + - sudo apt-get install -y graphviz # Trigger ReadTheDocs build after_success: ./contrib/trigger_rtd_build.py 8284
