Enable Travis' bundle caching
It should speed up the builds significantly. See http://about.travis-ci.org/docs/user/caching/#Bundler for more details.
This commit is contained in:
parent
f4918a623b
commit
aec4286ca6
|
@ -1,4 +1,5 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
before_install:
|
||||
- gem install bundler
|
||||
rvm:
|
||||
|
|
Loading…
Reference in New Issue