# HG changeset patch # User Marcin Kuzminski # Date 1345925671 -7200 # Node ID 64ee7cf4a76da08d34bacf246de0fe29eb74f8b3 # Parent 63d3d20cad95c60597a591ab59970ea682941e59 remove GIT before installing this ppa to fix upgrade issues diff -r 63d3d20cad95 -r 64ee7cf4a76d .travis.yml --- 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