Make TravisCI builds quicker by caching 'bundle install'

This commit is contained in:
Gonzalo Rodriguez 2018-03-09 14:21:15 -03:00
parent c9cd0239a4
commit 3cc5c92ff2
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -1,4 +1,6 @@
language: ruby
cache: bundler
rvm:
- 2.5.0
- 2.4.3