comparison .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
comparison
equal deleted inserted replaced
2829:026609c4ef02 2854:d998cc84cf72
6 6
7 env: 7 env:
8 - TEST_DB=sqlite:////tmp/rhodecode_test.sqlite 8 - TEST_DB=sqlite:////tmp/rhodecode_test.sqlite
9 - TEST_DB=mysql://root@127.0.0.1/rhodecode_test 9 - TEST_DB=mysql://root@127.0.0.1/rhodecode_test
10 - TEST_DB=postgresql://postgres@127.0.0.1/rhodecode_test 10 - TEST_DB=postgresql://postgres@127.0.0.1/rhodecode_test
11
12 services:
13 - mysql
14 - postgresql
11 15
12 # command to install dependencies 16 # command to install dependencies
13 before_script: 17 before_script:
14 - mysql -e 'create database rhodecode_test;' 18 - mysql -e 'create database rhodecode_test;'
15 - psql -c 'create database rhodecode_test;' -U postgres 19 - psql -c 'create database rhodecode_test;' -U postgres