Repository: libcloud Updated Branches: refs/heads/trunk 1e5e64721 -> b6f5e2dcd
Remove comments. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b6f5e2dc Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b6f5e2dc Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b6f5e2dc Branch: refs/heads/trunk Commit: b6f5e2dcd79cb916a1f64f0d079e726de11a71dc Parents: 1e5e647 Author: Tomaz Muraus <[email protected]> Authored: Fri Jan 22 15:48:08 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jan 22 15:48:08 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b6f5e2dc/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 089c82e..f2e33e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: python python: - 2.6 - 2.7 - # Note: 3.2 support on Travis is currently broken because of - # https://github.com/travis-ci/travis-ci/issues/5485 - 3.2 - 3.3 - 3.4 @@ -13,8 +11,6 @@ python: - pypy3 os: - linux - # Note: OS X has been broken on Travis for a long time - #- osx env: matrix:
