Merge pull request #4153 from inspec/mj/cachervm

Cache the .rvm directory in travis
This commit is contained in:
Miah Johnson 2019-05-28 19:23:45 -07:00 committed by GitHub
commit 7bb9af9e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,10 @@ branches:
- master - master
- 3-stable - 3-stable
language: ruby language: ruby
cache: bundler cache:
- bundler
directories:
- /home/travis/.rvm
dist: xenial dist: xenial
services: services:
- docker - docker