comparison .travis.yml @ 4206:703d3208424c kallithea-2.2.5-rebrand

Rename various strings for tests
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:05:41 -0400
parents 08af8038e1cc
children 13c0ab8eb343
comparison
equal deleted inserted replaced
4205:5b3bbffea092 4206:703d3208424c
3 - "2.5" 3 - "2.5"
4 - "2.6" 4 - "2.6"
5 - "2.7" 5 - "2.7"
6 6
7 env: 7 env:
8 - TEST_DB=sqlite:////tmp/rhodecode_test.sqlite 8 - TEST_DB=sqlite:////tmp/kallithea_test.sqlite
9 - TEST_DB=mysql://root@127.0.0.1/rhodecode_test 9 - TEST_DB=mysql://root@127.0.0.1/kallithea_test
10 - TEST_DB=postgresql://postgres@127.0.0.1/rhodecode_test 10 - TEST_DB=postgresql://postgres@127.0.0.1/kallithea_test
11 11
12 services: 12 services:
13 - mysql 13 - mysql
14 - postgresql 14 - postgresql
15 15
16 # command to install dependencies 16 # command to install dependencies
17 before_script: 17 before_script:
18 - mysql -e 'create database rhodecode_test;' 18 - mysql -e 'create database kallithea_test;'
19 - psql -c 'create database rhodecode_test;' -U postgres 19 - psql -c 'create database kallithea_test;' -U postgres
20 - git --version 20 - git --version
21 21
22 before_install: 22 before_install:
23 - sudo apt-get remove git 23 - sudo apt-get remove git
24 - sudo add-apt-repository ppa:pdoes/ppa -y 24 - sudo add-apt-repository ppa:pdoes/ppa -y