Add caching for Ruby 2.3 tests.

Accidentally removed when !3807 was merged.
This commit is contained in:
Connor Shea 2016-06-22 16:40:06 -06:00
parent cef021917f
commit addfdadc43
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
1 changed files with 5 additions and 0 deletions

View File

@ -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