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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-18 20:39:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-18 20:39:35 +0400
commitaa8d4d9fea175e209ac3652f3743ce2801144a66 (patch)
tree88282c9ed6f2c87fe3e2bc2cb6638a889681f5a4 /.travis.yml
parentf4a6f1fd5a9fb9f35bb43956275c5f1da96ce019 (diff)
Return postgres to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a713ea1703..868a6c6c238 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