From 5f7dc99a62e16bc1fc7ebcebd645cd815776dc6c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 23 Nov 2012 17:39:36 +0200 Subject: [PATCH] Remove postrgres from travis.yml cause it fails 1week+ --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 868a6c6c..6a713ea1 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