From d2d7cdf4ed4594b3f0f7d74177610ed98a24e278 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 19:08:35 +0100 Subject: [PATCH] Cache lektor builds only --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eabf2bd8..2b2c5cf6 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/builds addons: ssh_known_hosts: flow.srv.pocoo.org