Skip to content

Commit

Permalink
Cache the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
drewish committed Feb 11, 2014
1 parent f9d174e commit a72da14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
script:
- bundle exec rake spec
- gem build recurly.gemspec
cache: bundler
rvm:
- 1.9.3
- 2.0.0
Expand Down

2 comments on commit a72da14

@Taher-Ghaleb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello. Travis caching feature hasn't been available for open source projects until December 2014. I am doing research so I was wondering why was it enabled here earlier? Thank you.

@chrissrogers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Taher-Ghaleb Dependency cacheing was available in Travis prior to that announcement, but was limited to private repositories See this post. We maintained a mirrored private repository for this gem at the time, which could take advantage of the cache. Hope that helps!

Please sign in to comment.