NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

Enable bundler caching for travis #276

Closed Taher-Ghaleb closed 3 years ago

Taher-Ghaleb commented 3 years ago

Would be interested to know why bundler caching of Travis hasn't been enabled in this repository. Thank you.

zedtux commented 3 years ago

Our travis file is not enabling the bundler cache as we're not using it, we're using Docker via Earthly in order to build and test the gem.

Nonetheless I see we are missing an Earthly inline caching feature so I'll enable it.

Anyways, thank you for your PR 😉.

Taher-Ghaleb commented 3 years ago

Thank you so much, @zedtux, for your feedback.

zedtux commented 3 years ago

You are welcome !