Skip to content

Commit d80e041

Browse files
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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ go:
55
- 1.13.x
66
- 1.14.x
77

8-
cache: apt
9-
108
go_import_path: gopkg.in/rethinkdb/rethinkdb-go.v6
119

1210
install: go get -t ./...

0 commit comments

Comments
 (0)