Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kumanyaev <me@zzet.org>2012-10-10 03:41:44 +0400
committerAndrey Kumanyaev <me@zzet.org>2012-10-10 13:48:30 +0400
commit8402bca7355c95e60b9d5cfd124a839de60cd50b (patch)
treeef4d05e5991bf51e5858a49ebb862acbe36d9e4c /.travis.yml
parent92ac42a27c1251304f408fdff162999d0577a340 (diff)
travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2aa468fd750..df3974fea3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"