Skip to content
Snippets Groups Projects
Unverified Commit addfdadc authored by Connor Shea's avatar Connor Shea
Browse files

Add caching for Ruby 2.3 tests.

Accidentally removed when !3807 was merged.
parent cef02191
No related branches found
No related tags found
No related merge requests found
Loading
@@ -134,6 +134,11 @@ spinach 9 10: *spinach-knapsack
Loading
@@ -134,6 +134,11 @@ spinach 9 10: *spinach-knapsack
image: "ruby:2.3" image: "ruby:2.3"
only: only:
- master - master
cache:
key: "ruby-23"
paths:
- vendor/apt
- vendor/ruby
   
.rspec-knapsack-ruby23: &rspec-knapsack-ruby23 .rspec-knapsack-ruby23: &rspec-knapsack-ruby23
<<: *rspec-knapsack <<: *rspec-knapsack
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment