Commit d80e041
committed
travis: remove "apt" cache
"apt" is not a valid option in this file, and caching apt packages
is not recommended according to the Travis documentation:
https://docs.travis-ci.com/user/caching/#things-not-to-cache
> The cache’s purpose is to make installing language-specific dependencies
> easy and fast, so everything related to tools like Bundler, pip, Composer,
> npm, Gradle, Maven, is what should go into the cache.
>
> Large files that are quick to install but slow to download do not benefit
> from caching, as they take as long to download from the cache as from the original source:
>
> - Android SDKs
> - Debian packages
> - JDK packages
> - Compiled binaries
> - Docker images
Signed-off-by: Sebastiaan van Stijn <[email protected]>1 parent c925395 commit d80e041
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments