Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 6b2f618

Browse files
Merge pull request #1285 from chef/lcg/appveyor-tuning
ruby 2.4 testing + bundle caching
2 parents e9f1d79 + 6511718 commit 6b2f618

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

appveyor.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ os: Windows Server 2012 R2
44
platform:
55
- x64
66

7+
cache:
8+
- vendor/bundle
9+
710
environment:
811
matrix:
9-
- ruby_version: "23-x64"
10-
- ruby_version: "23"
12+
- ruby_version: "24-x64"
13+
- ruby_version: "24"
1114

1215
clone_folder: c:\projects\chefdk
1316
clone_depth: 1
@@ -39,6 +42,7 @@ install:
3942
- set SSL_CERT_FILE=C:\cacert.pem
4043

4144
build_script:
45+
- bundle config --local path vendor/bundle
4246
- bundle install || bundle install || bundle install
4347

4448
test_script:

0 commit comments

Comments
 (0)