mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Add caching for Ruby 2.3 tests.
Accidentally removed when !3807 was merged.
This commit is contained in:
@@ -134,6 +134,11 @@ spinach 9 10: *spinach-knapsack
|
||||
image: "ruby:2.3"
|
||||
only:
|
||||
- master
|
||||
cache:
|
||||
key: "ruby-23"
|
||||
paths:
|
||||
- vendor/apt
|
||||
- vendor/ruby
|
||||
|
||||
.rspec-knapsack-ruby23: &rspec-knapsack-ruby23
|
||||
<<: *rspec-knapsack
|
||||
|
||||
Reference in New Issue
Block a user