From 1c9d0bbe166cc6b62250462ebea5d3a90a745c04 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 16:44:41 +0100 Subject: [PATCH] Disable lektor cache --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e502b3c8..eabf2bd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ script: "lektor build && lektor deploy production" cache: directories: - $HOME/.cache/pip - - $HOME/.cache/lektor + #- $HOME/.cache/lektor addons: ssh_known_hosts: flow.srv.pocoo.org