Skip to content

Commit

Permalink
Remove caching of Lektor builds, it seems to lead to issues.
Browse files Browse the repository at this point in the history
It's also not needed; builds are very fast (sub-second).
  • Loading branch information
rgommers committed Apr 8, 2019
1 parent 320889c commit 40b5500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ python: 3.6
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor/builds
install: "pip install Lektor"
script: "lektor build"
deploy:
Expand Down

0 comments on commit 40b5500

Please sign in to comment.