From c67b4a24df690c4bf29b4dc28b77dbaadcbb2109 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 11 Oct 2016 09:21:58 +0300 Subject: [PATCH] Don't use caches, as they may cause issues on PostgreSQL updates. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4543239..b891b94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ language: c -cache: - directories: - - $HOME/.cache/pip - - /usr/local os: - linux