diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-21 14:11:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-21 14:11:04 +0200 |
commit | be817c53c6fcf946bc149b2e603e3809e79d9d36 (patch) | |
tree | 48b3148fd9b5b29653495071184dc549c16c8c7e /.travis.yml | |
parent | cce14e0b0133ec6e8f380a23a6309bb52e67cc20 (diff) | |
download | gitlab-ce-be817c53c6fcf946bc149b2e603e3809e79d9d36.tar.gz |
Update database cleaner. Remove postgres from travis build list since it gives us deadlocks always
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 |