3-1-stable
Andrey Kumanyaev 2012-10-10 03:41:44 +04:00
parent 92ac42a27c
commit 8402bca735
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
env:
- DB=postgresql
- DB=mysql
before_install:
- sudo apt-get install libicu-dev -y
@ -11,6 +12,7 @@ rvm:
- 1.9.3
services:
- mysql
- postgresql
before_script:
- "cp config/database.yml.$DB config/database.yml"
- "cp config/gitlab.yml.example config/gitlab.yml"