From 42811599528693359bd5d6bb2d219df4367d2680 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 18:01:01 +0100 Subject: [PATCH] Enable lektor cache again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eabf2bd8..e502b3c8 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