Skip to content

Commit

Permalink
travis: remove "apt" cache
Browse files Browse the repository at this point in the history
"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 <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 13, 2020
1 parent c925395 commit d80e041
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ go:
- 1.13.x
- 1.14.x

cache: apt

go_import_path: gopkg.in/rethinkdb/rethinkdb-go.v6

install: go get -t ./...
Expand Down

0 comments on commit d80e041

Please sign in to comment.