You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2016/04/18 12:25:09 UTC

[10/12] libcloud git commit: Fix task names.

Fix task names.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/939e4f18
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/939e4f18
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/939e4f18

Branch: refs/heads/trunk
Commit: 939e4f18fd3b9b02f4b2389c8c6dfd366ac47e21
Parents: 5b6ed26
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Mon Apr 18 11:54:05 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Mon Apr 18 11:54:05 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/939e4f18/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 24ebb99..9e1c5a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,11 +60,11 @@ matrix:
             - gcc
   # For now allow failures of all the builds which use lxml
   allow_failures:
-    - env: ENV=py2.6-lxml
-    - env: ENV=py2.7-lxml
-    - env: ENV=pypypy-lxml
-    - env: ENV=pypypy3-lxml
-    - env: ENV=3.2-lxml
+    - env: ENV=2.6-lxml
+    - env: ENV=2.7-lxml
+    - env: ENV=pypy-lxml
+    - env: ENV=pypy3-lxml
+    - env: ENV=py3.2-lxml
     - env: ENV=3.3-lxml
     - env: ENV=3.4-lxml
     - env: ENV=3.5-lxml