Skip to content

Commit 2b2ee87

Browse files
vasildcdecker
authored andcommitted
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
1 parent 3710549 commit 2b2ee87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ env:
3838
cache:
3939
directories:
4040
- dependencies
41-
- external
4241

4342
script:
4443
.travis/build.sh

0 commit comments

Comments
 (0)