diff .travis.yml @ 2854:d998cc84cf72 rhodecode-0.0.1.4.2

Merge branch beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 Sep 2012 22:38:12 +0200
parents 925c77b9d3f1
children 69377d1d7604
line wrap: on
line diff
--- a/.travis.yml	Sat Sep 08 00:39:00 2012 +0200
+++ b/.travis.yml	Wed Sep 19 22:38:12 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;'