mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
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
This commit is contained in:
parent
37105497f0
commit
2b2ee87801
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ env:
|
|||
cache:
|
||||
directories:
|
||||
- dependencies
|
||||
- external
|
||||
|
||||
script:
|
||||
.travis/build.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue