changeset 2834:925c77b9d3f1 beta

travis configu updates
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 12 Sep 2012 22:20:56 +0200
parents 2f3cba7b6d16
children faffec4abbda
files .travis.yml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Wed Sep 12 17:15:25 2012 +0200
+++ b/.travis.yml	Wed Sep 12 22:20:56 2012 +0200
@@ -9,6 +9,10 @@
   - TEST_DB=mysql://root@127.0.0.1/rhodecode_test
   - TEST_DB=postgresql://postgres@127.0.0.1/rhodecode_test
 
+services:
+  - mysql
+  - postgresql
+
 # command to install dependencies
 before_script:
   - mysql -e 'create database rhodecode_test;'