From 2b2ee87801861463a382d7e0e6d1b8b174ba27e5 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Fri, 6 Mar 2020 11:17:37 +0100 Subject: [PATCH] travis: do not cache ./external Caching the `./external` directory means that any changes to `external/Makefile` or any updates of the submodules in `./external/*` would not be picked up and travis would run with old instances of those, possibly "activating" such changes after weeks or months when the cache is pruned eventually. Changelog-None --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c7338549..ffd93be01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,6 @@ env: cache: directories: - dependencies - - external script: .travis/build.sh