Also cache built gems

This commit is contained in:
Nick Sellen 2018-11-29 17:52:25 +00:00
parent 95856d5fe8
commit 72f4216aac
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ cache:
key: gems
paths:
- /usr/local/bundle/cache/
- /usr/local/bundle/gems/
before_script:
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'