gma / nesta

File Based CMS and Static Site Generator
http://nestacms.com
MIT License
902 stars 120 forks source link

Enable bundler caching for travis #185

Closed Taher-Ghaleb closed 3 years ago

Taher-Ghaleb commented 3 years ago

Would be interested to know why bundler cache hasn't been enabled for Travis. Thank you.

gma commented 3 years ago

Would be interested to know why bundler cache…

The what now? It might be useful for you to explain what it is, and why it would have been.

Taher-Ghaleb commented 3 years ago

Oh sorry about that and thanks for your response, @gma.

"On Ruby projects, installing dependencies via Bundler can make up a large portion of the build duration. Caching the bundle between builds drastically reduces the time a build takes to run."

Here is the documentation provided by Travis CI for your reference.

gma commented 3 years ago

That looks eminently sensible — thanks for submitting it. I'll merge that momentarily (once the build has passed, oh the irony!).

Taher-Ghaleb commented 3 years ago

Great. Thank you.