From 40b55001405ec1a9287a3ee68ac4e8eb0bffee4a Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Mon, 8 Apr 2019 22:53:45 +0200 Subject: [PATCH] Remove caching of Lektor builds, it seems to lead to issues. It's also not needed; builds are very fast (sub-second). --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4666144f..106097b7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ python: 3.6 cache: directories: - $HOME/.cache/pip - - $HOME/.cache/lektor/builds install: "pip install Lektor" script: "lektor build" deploy: