From 91e2abe6cf34fde223acbead5fa2efff069e9e6a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 19:08:01 +0100 Subject: [PATCH] Disabled lektor caching which seems to break plugins --- .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