Skip to content

Commit fd61bb6

Browse files
committed
Fixing the broken link
1 parent 88ae464 commit fd61bb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

user/caching.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ either `after_success` or `after_failure`.
3535

3636
On Ruby and Objective-C projects, installing dependencies via [Bundler](http://bundler.io/) can make up a large portion of the build duration. Caching the bundle between builds drastically reduces the time a build takes to run.
3737

38-
The logic for fetching and storing the cache is [described below](#Fetching-and-storing-caches).
39-
4038
#### Enabling Bundler caching
4139

4240
<s>Bundler caching is automatically enabled for Ruby projects that include a Gemfile.lock.</s> *(Bundler caching is [not yet](https://github.com/travis-ci/travis-build/pull/148) enabled automatically)*

0 commit comments

Comments
 (0)