Repository: libcloud
Updated Branches:
  refs/heads/trunk 6c3b14711 -> 270deba03


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/270deba0
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/270deba0
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/270deba0

Branch: refs/heads/trunk
Commit: 270deba0308d9efc4372b94bf635631ea8f7c50c
Parents: 6c3b147
Author: Tomaz Muraus <[email protected]>
Authored: Sat Jan 23 17:21:03 2016 +0100
Committer: Tomaz Muraus <[email protected]>
Committed: Sat Jan 23 17:21:03 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/270deba0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7799a93..6d7d83b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,12 @@ os:
   - linux
 env:
 
+# Note: graphviz is needed for grapgs embedded in the docs
+addons:
+  apt:
+    packages:
+      - graphviz
+
 matrix:
   fast_finish: true
   include:
@@ -21,20 +27,11 @@ 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
 
-addons:
-  apt:
-    packages:
-      - graphviz  # needed for embedded graphs in the docs
-
 install:
   - pip install --upgrade "pip<8.0.0"
   - pip install "virtualenv<14.0.0"

Reply via email to