Merge pull request #1734 from gregkare/travis_cache
Enable Travis' bundle caching
This commit is contained in:
commit
22ff7d00f4
|
@ -1,4 +1,5 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
before_install:
|
before_install:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
rvm:
|
rvm:
|
||||||
|
|
Loading…
Reference in New Issue