From f86f72ab273c3f2900cc6d2b70bcc4e249b2335b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 7 Feb 2017 15:19:05 +0100 Subject: [PATCH] disable cache for ci builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a4e66e60..bcf2ef34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +cache: false dist: trusty addons: postgresql: "9.5"