Skip to content
Snippets Groups Projects
Commit 1e3688fa authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'ruby-23-cache' into 'master'

Add caching for Ruby 2.3 tests.

Accidentally removed when !3807 was merged.

See merge request !4868
parents 33fa50b1 addfdadc
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