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>2013-02-21 16:11:04 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 16:11:04 +0400
commitbe817c53c6fcf946bc149b2e603e3809e79d9d36 (patch)
tree48b3148fd9b5b29653495071184dc549c16c8c7e /.travis.yml
parentcce14e0b0133ec6e8f380a23a6309bb52e67cc20 (diff)
Update database cleaner. Remove postgres from travis build list since it gives us deadlocks always
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 6d39488df27..a1d0d49da4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: ruby
env:
- - DB=postgresql
- DB=mysql
before_install:
- sudo apt-get install libicu-dev -y