diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-23 17:39:36 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-23 17:39:36 +0200 |
commit | 5f7dc99a62e16bc1fc7ebcebd645cd815776dc6c (patch) | |
tree | eaa3b0203b04cfe48e1ef1b614f4e31f2865648b /.travis.yml | |
parent | ced242a2d09b65494ae8752b882fa4beed8b58c5 (diff) | |
download | gitlab-ce-5f7dc99a62e16bc1fc7ebcebd645cd815776dc6c.tar.gz |
Remove postrgres from travis.yml cause it fails 1week+
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 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 |