Repository: libcloud Updated Branches: refs/heads/trunk e5c8c5b1e -> 214dbe84a
Addons stuff still doesnt work :/ Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/214dbe84 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/214dbe84 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/214dbe84 Branch: refs/heads/trunk Commit: 214dbe84a38fb9dfaa64a9948226b05e4dd5fd57 Parents: e5c8c5b Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 23 18:25:07 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 23 18:25:07 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/214dbe84/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3c043f9..f80ac52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,12 @@ python: os: - linux +# Note: graphviz is needed for grapgs embedded in the docs +addons: + apt: + packages: + - graphviz + matrix: fast_finish: true include:
