Enable Bundler caching on travis

Read more about it here: https://docs.travis-ci.com/user/caching/#Bundler
closes: #350
This commit is contained in:
Aditya Prakash 2016-02-12 14:30:00 +05:30
parent 2034c0f965
commit ba9a3e8afa

View file

@ -1,4 +1,5 @@
language: ruby
cache: bundler
rvm:
- 2.1.1
before_install: