mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merge pull request #4153 from inspec/mj/cachervm
Cache the .rvm directory in travis
This commit is contained in:
commit
7bb9af9e5c
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ branches:
|
|||
- master
|
||||
- 3-stable
|
||||
language: ruby
|
||||
cache: bundler
|
||||
cache:
|
||||
- bundler
|
||||
directories:
|
||||
- /home/travis/.rvm
|
||||
dist: xenial
|
||||
services:
|
||||
- docker
|
||||
|
|
Loading…
Reference in a new issue