Repository: libcloud Updated Branches: refs/heads/trunk 270deba03 -> 6ed3c6e1a
Try another approach. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6ed3c6e1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6ed3c6e1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6ed3c6e1 Branch: refs/heads/trunk Commit: 6ed3c6e1ac044500c1f7445d6ba032d5e8239b72 Parents: 270deba Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 23 18:15:29 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 23 18:15:49 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6ed3c6e1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 6d7d83b..e017ed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,12 +14,6 @@ os: - linux env: -# Note: graphviz is needed for grapgs embedded in the docs -addons: - apt: - packages: - - graphviz - matrix: fast_finish: true include: @@ -28,6 +22,8 @@ matrix: before_script: TOX_ENV=lint - python: 2.7 env: ENV=docs + # Note: graphviz is needed for grapgs embedded in the docs + addons: {apt: {packages: [graphviz]}} before_script: TOX_ENV=docs-travis # Trigger ReadTheDocs build after_success: ./contrib/trigger_rtd_build.py 8284
