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-11-23 19:39:36 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-23 19:39:36 +0400
commit5f7dc99a62e16bc1fc7ebcebd645cd815776dc6c (patch)
treeeaa3b0203b04cfe48e1ef1b614f4e31f2865648b /.travis.yml
parentced242a2d09b65494ae8752b882fa4beed8b58c5 (diff)
Remove postrgres from travis.yml cause it fails 1week+
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 868a6c6c238..6a713ea1703 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
env:
- - DB=postgresql
- DB=mysql
before_install:
- sudo apt-get install libicu-dev -y