Skip to content

Commit

Permalink
travis: do not cache ./external
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vasild authored and cdecker committed Mar 12, 2020
1 parent 3710549 commit 2b2ee87
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 @@ -38,7 +38,6 @@ env:
cache:
directories:
- dependencies
- external

script:
.travis/build.sh

0 comments on commit 2b2ee87

Please sign in to comment.