Browse Source

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-debug
Vasil Dimov 5 years ago
committed by Christian Decker
parent
commit
2b2ee87801
  1. 1
      .travis.yml

1
.travis.yml

@ -38,7 +38,6 @@ env:
cache:
directories:
- dependencies
- external
script:
.travis/build.sh

Loading…
Cancel
Save