Changeset - 925c77b9d3f1
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-09-12 22:20:56
marcin@python-works.com
travis configu updates
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -9,6 +9,10 @@ env:
 
  - 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;'
0 comments (0 inline, 0 general)