changeset 2743:64ee7cf4a76d beta

remove GIT before installing this ppa to fix upgrade issues
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 25 Aug 2012 22:14:31 +0200
parents 63d3d20cad95
children 94886e8432a2
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Sat Aug 25 21:00:33 2012 +0200
+++ b/.travis.yml	Sat Aug 25 22:14:31 2012 +0200
@@ -16,6 +16,7 @@
   - git --version
 
 before_install:
+  - sudo apt-get remove git
   - sudo add-apt-repository ppa:pdoes/ppa -y
   - sudo apt-get update -y
   - sudo apt-get install git -y