changeset 2742:63d3d20cad95 beta

Take that travis !
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 25 Aug 2012 21:00:33 +0200
parents a89d375c5788
children 64ee7cf4a76d
files .travis.yml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Sat Aug 25 20:43:32 2012 +0200
+++ b/.travis.yml	Sat Aug 25 21:00:33 2012 +0200
@@ -13,10 +13,17 @@
 before_script:
   - mysql -e 'create database rhodecode_test;'
   - psql -c 'create database rhodecode_test;' -U postgres
+  - git --version
+
+before_install:
+  - sudo add-apt-repository ppa:pdoes/ppa -y
+  - sudo apt-get update -y
+  - sudo apt-get install git -y
 
 install:
   - pip install mysql-python psycopg2 mock unittest2
   - pip install . --use-mirrors
+
 # command to run tests
 script: nosetests